#CA6F9D

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

Shades of Hopbush #CA6F9D

Tints of Hopbush #CA6F9D

Color information

#CA6F9D (or 0xCA6F9D) is unknown color: approx Hopbush. HEX triplet: CA, 6F and 9D. RGB value is (202,111,157). Sum of RGB (Red+Green+Blue) = 202+111+157=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6F9D is #359062. Grayscale: #8F8F8F. Windows color (decimal): -3510371 or 10317770. OLE color: 10317770.

HSL color Cylindrical-coordinate representation of color #CA6F9D: hue angle of 329.67º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6F9D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202111157-
CMYK00.450.220.21
HSL329.67º46.19%61.37%-
HSV(B)329.67º45.05%79.22%-
XYZ36.1326.3635.08-
YUV143.45135.65169.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=42.98%
G=23.62%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211115700.450.220.21329.6746.1961.37
HexCA6F9D02D161514a2e3d
Octal31215723505526255125675
Binary1100101011011111001110101011011011010101101001010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F9D; }

 p { color: rgb(202,111,157); }

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

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

 a { background-color: rgb(202,111,157); }

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

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

 span { border-color: rgb(202,111,157); }

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