Html Css Color HEX #CA9060 Whiskey

📋 copy color: '#CA9060'

red 202 ◦ green 144 ◦ blue 96

#CA9060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #CA9060

Tints of Whiskey #CA9060

RGB

 RED value IS 202 (79.3% from 255) = 45.7%

 GREEN value IS 144 (56.64% from 255) = 32.58%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 45.7%
G = 32.58%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA9060 (or 0xCA9060) is known color: Whiskey. HEX triplet: CA, 90 and 60. RGB value is (202,144,96). Sum of RGB (Red+Green+Blue) = 202+144+96=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9060 is #356F9F. Grayscale: #9C9C9C. Windows color (decimal): -3501984 or 6328522. OLE color: 6328522.

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

Color convert

RGB 202 144 96 -
CMYK 0 0.29 0.52 0.21
HSL 27.17º 0.5% 0.58% -
HSV(B) 27.17º 0.52% 0.79% -
XYZ 36.44 33.35 15.58 -
YUV 155.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 202 144 96 0 0.29 0.52 0.21 27.17 0.5 0.58
Hex CA 90 60 0 1D 34 15 1B 32 3A
Octal 312 220 140 0 35 64 25 33 62 72
Binary 11001010 10010000 1100000 0 11101 110100 10101 11011 110010 111010

Color Harmonies of #CA9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9060

Black with #CA9060

Text Example


Text Example

White with #CA9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9060; }

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

 H1.HeaderClassName
 {
   color: #CA9060;
 }
 .AnyTagClassName
 {
   color: #CA9060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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