#CA906A

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

Shades of Whiskey #CA906A

Tints of Whiskey #CA906A

Color information

#CA906A (or 0xCA906A) is unknown color: approx Whiskey. HEX triplet: CA, 90 and 6A. RGB value is (202,144,106). Sum of RGB (Red+Green+Blue) = 202+144+106=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA906A is #356F95. Grayscale: #9D9D9D. Windows color (decimal): -3501974 or 6983882. OLE color: 6983882.

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

Color convert

RGB202144106-
CMYK00.290.480.21
HSL23.75º47.52%60.39%-
HSV(B)23.75º47.52%79.22%-
XYZ36.9333.5418.16-
YUV157.0199.22160.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=44.69%
G=31.86%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214410600.290.480.2123.7547.5260.39
HexCA906A01D301518303c
Octal3122201520356025306074
Binary110010101001000011010100111011100001010111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA906A; }

 p { color: rgb(202,144,106); }

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

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

 a { background-color: rgb(202,144,106); }

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

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

 span { border-color: rgb(202,144,106); }

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