#CA6182

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

Shades of Hopbush #CA6182

Tints of Hopbush #CA6182

Color information

#CA6182 (or 0xCA6182) is unknown color: approx Hopbush. HEX triplet: CA, 61 and 82. RGB value is (202,97,130). Sum of RGB (Red+Green+Blue) = 202+97+130=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6182 is #359E7D. Grayscale: #848484. Windows color (decimal): -3513982 or 8544714. OLE color: 8544714.

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

Color convert

RGB20297130-
CMYK00.520.360.21
HSL341.14º49.76%58.63%-
HSV(B)341.14º51.98%79.22%-
XYZ32.6622.7223.78-
YUV132.16126.79177.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=47.09%
G=22.61%
B=30.30%

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
Decimal2029713000.520.360.21341.1449.7658.63
HexCA61820342415155323b
Octal31214120206444255256273
Binary11001010110000110000010011010010010010101101010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6182; }

 p { color: rgb(202,97,130); }

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

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

 a { background-color: rgb(202,97,130); }

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

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

 span { border-color: rgb(202,97,130); }

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