#CA6081

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

Shades of Hopbush #CA6081

Tints of Hopbush #CA6081

Color information

#CA6081 (or 0xCA6081) is unknown color: approx Hopbush. HEX triplet: CA, 60 and 81. RGB value is (202,96,129). Sum of RGB (Red+Green+Blue) = 202+96+129=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6081 is #359F7E. Grayscale: #838383. Windows color (decimal): -3514239 or 8478922. OLE color: 8478922.

HSL color Cylindrical-coordinate representation of color #CA6081: hue angle of 341.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6081 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB20296129-
CMYK00.520.360.21
HSL341.32º50%58.43%-
HSV(B)341.32º52.48%79.22%-
XYZ32.522.5123.4-
YUV131.46126.62178.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=47.31%
G=22.48%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029612900.520.360.21341.325058.43
HexCA60810342415155323a
Octal31214020106444255256272
Binary11001010110000010000001011010010010010101101010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6081; }

 p { color: rgb(202,96,129); }

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

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

 a { background-color: rgb(202,96,129); }

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

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

 span { border-color: rgb(202,96,129); }

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