#CA688D

Color #CA688D Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CA688D

Tints of Hopbush #CA688D

Color information

#CA688D (or 0xCA688D) is unknown color: approx Hopbush. HEX triplet: CA, 68 and 8D. RGB value is (202,104,141). Sum of RGB (Red+Green+Blue) = 202+104+141=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA688D is #359772. Grayscale: #898989. Windows color (decimal): -3512179 or 9267402. OLE color: 9267402.

HSL color Cylindrical-coordinate representation of color #CA688D: hue angle of 337.35º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA688D is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202104141-
CMYK00.490.300.21
HSL337.35º48.04%60%-
HSV(B)337.35º48.51%79.22%-
XYZ34.1224.3828.11-
YUV137.52129.97173.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=45.19%
G=23.27%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210414100.490.300.21337.3548.0460
HexCA688D0311E15151303c
Octal31215021506136255216074
Binary1100101011010001000110101100011111010101101010001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA688D; }

 p { color: rgb(202,104,141); }

 H1.HeaderClassName
 {
   color: #CA688D;
 }
 .AnyTagClassName
 {
   color: #CA688D;
 }
</style>
background-color css

<style>
 a { background-color: #CA688D; }

 a { background-color: rgb(202,104,141); }

 div.DivClassName
 {
   background-color: #CA688D;
 }
 .BgClassName
 {
   background-color: #CA688D;
 }
</style>
border-color css

<style>
 span { border-color: #CA688D; }

 span { border-color: rgb(202,104,141); }

 td.TdClassName
 {
   border-color: #CA688D;
 }
 .TagClassName
 {
   border-color: #CA688D;
 }
</style>