#CA6988

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

Shades of Hopbush #CA6988

Tints of Hopbush #CA6988

Color information

#CA6988 (or 0xCA6988) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 88. RGB value is (202,105,136). Sum of RGB (Red+Green+Blue) = 202+105+136=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6988 is #359677. Grayscale: #898989. Windows color (decimal): -3511928 or 8939978. OLE color: 8939978.

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

Color convert

RGB202105136-
CMYK00.480.330.21
HSL340.82º47.78%60.2%-
HSV(B)340.82º48.02%79.22%-
XYZ33.8524.4426.23-
YUV137.54127.14173.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=45.60%
G=23.70%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210513600.480.330.21340.8247.7860.2
HexCA69880302115155303c
Octal31215121006041255256074
Binary11001010110100110001000011000010000110101101010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6988; }

 p { color: rgb(202,105,136); }

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

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

 a { background-color: rgb(202,105,136); }

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

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

 span { border-color: rgb(202,105,136); }

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