#CA6C9D

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

Shades of Hopbush #CA6C9D

Tints of Hopbush #CA6C9D

Color information

#CA6C9D (or 0xCA6C9D) is unknown color: approx Hopbush. HEX triplet: CA, 6C and 9D. RGB value is (202,108,157). Sum of RGB (Red+Green+Blue) = 202+108+157=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6C9D is #359362. Grayscale: #8D8D8D. Windows color (decimal): -3511139 or 10317002. OLE color: 10317002.

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

Color convert

RGB202108157-
CMYK00.470.220.21
HSL328.72º47%60.78%-
HSV(B)328.72º46.53%79.22%-
XYZ35.8125.7234.97-
YUV141.69136.64171.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=43.25%
G=23.13%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210815700.470.220.21328.724760.78
HexCA6C9D02F16151492f3d
Octal31215423505726255115775
Binary1100101011011001001110101011111011010101101001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C9D; }

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

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

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

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

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

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

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

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