#CA6BA7

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

Shades of Hopbush #CA6BA7

Tints of Hopbush #CA6BA7

Color information

#CA6BA7 (or 0xCA6BA7) is unknown color: approx Hopbush. HEX triplet: CA, 6B and A7. RGB value is (202,107,167). Sum of RGB (Red+Green+Blue) = 202+107+167=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6BA7 is #359458. Grayscale: #8E8E8E. Windows color (decimal): -3511385 or 10972106. OLE color: 10972106.

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

Color convert

RGB202107167-
CMYK00.470.170.21
HSL322.11º47.26%60.59%-
HSV(B)322.11º47.03%79.22%-
XYZ36.5925.8639.62-
YUV142.24141.97170.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 167 (65.62% from 255) = 35.08%
R=42.44%
G=22.48%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210716700.470.170.21322.1147.2660.59
HexCA6BA702F11151422f3d
Octal31215324705721255025775
Binary1100101011010111010011101011111000110101101000010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BA7; }

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

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

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

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

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

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

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

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