#CA6989

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

Shades of Hopbush #CA6989

Tints of Hopbush #CA6989

Color information

#CA6989 (or 0xCA6989) is unknown color: approx Hopbush. HEX triplet: CA, 69 and 89. RGB value is (202,105,137). Sum of RGB (Red+Green+Blue) = 202+105+137=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6989 is #359676. Grayscale: #898989. Windows color (decimal): -3511927 or 9005514. OLE color: 9005514.

HSL color Cylindrical-coordinate representation of color #CA6989: hue angle of 340.21º 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 #CA6989 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202105137-
CMYK00.480.320.21
HSL340.21º47.78%60.2%-
HSV(B)340.21º48.02%79.22%-
XYZ33.9224.4726.6-
YUV137.65127.64173.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=45.50%
G=23.65%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210513700.480.320.21340.2147.7860.2
HexCA69890302015154303c
Octal31215121106040255246074
Binary11001010110100110001001011000010000010101101010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6989; }

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

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

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

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

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

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

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

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