#CA6BAC

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

Shades of Hopbush #CA6BAC

Tints of Hopbush #CA6BAC

Color information

#CA6BAC (or 0xCA6BAC) is unknown color: approx Hopbush. HEX triplet: CA, 6B and AC. RGB value is (202,107,172). Sum of RGB (Red+Green+Blue) = 202+107+172=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6BAC is #359453. Grayscale: #8E8E8E. Windows color (decimal): -3511380 or 11299786. OLE color: 11299786.

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

Color convert

RGB202107172-
CMYK00.470.150.21
HSL318.95º47.26%60.59%-
HSV(B)318.95º47.03%79.22%-
XYZ37.0626.0542.1-
YUV142.82144.47170.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=42.00%
G=22.25%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210717200.470.150.21318.9547.2660.59
HexCA6BAC02FF1513f2f3d
Octal31215325405717254775775
Binary110010101101011101011000101111111110101100111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BAC; }

 p { color: rgb(202,107,172); }

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

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

 a { background-color: rgb(202,107,172); }

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

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

 span { border-color: rgb(202,107,172); }

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