#CA6897

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

Shades of Hopbush #CA6897

Tints of Hopbush #CA6897

Color information

#CA6897 (or 0xCA6897) is unknown color: approx Hopbush. HEX triplet: CA, 68 and 97. RGB value is (202,104,151). Sum of RGB (Red+Green+Blue) = 202+104+151=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6897 is #359768. Grayscale: #8A8A8A. Windows color (decimal): -3512169 or 9922762. OLE color: 9922762.

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

Color convert

RGB202104151-
CMYK00.490.250.21
HSL331.22º48.04%60%-
HSV(B)331.22º48.51%79.22%-
XYZ34.8924.6932.21-
YUV138.66134.97173.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=44.20%
G=22.76%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210415100.490.250.21331.2248.0460
HexCA6897031191514b303c
Octal31215022706131255136074
Binary1100101011010001001011101100011100110101101001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6897; }

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

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

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

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

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

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

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

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