Html Css Color HEX #CA9066 Whiskey

📋 copy color: '#CA9066'

red 202 ◦ green 144 ◦ blue 102

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

Shades of Whiskey #CA9066

Tints of Whiskey #CA9066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 45.09%
G = 32.14%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA9066 (or 0xCA9066) is known color: Whiskey. HEX triplet: CA, 90 and 66. RGB value is (202,144,102). Sum of RGB (Red+Green+Blue) = 202+144+102=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9066 is #356F99. Grayscale: #9C9C9C. Windows color (decimal): -3501978 or 6721738. OLE color: 6721738.

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

Color convert

RGB 202 144 102 -
CMYK 0 0.29 0.50 0.21
HSL 25.2º 0.49% 0.6% -
HSV(B) 25.2º 0.5% 0.79% -
XYZ 36.73 33.46 17.09 -
YUV 156.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 202 144 102 0 0.29 0.50 0.21 25.2 0.49 0.6
Hex CA 90 66 0 1D 32 15 19 31 3C
Octal 312 220 146 0 35 62 25 31 61 74
Binary 11001010 10010000 1100110 0 11101 110010 10101 11001 110001 111100

Color Harmonies of #CA9066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9066

Black with #CA9066

Text Example


Text Example

White with #CA9066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9066; }

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

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

background-color css

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

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

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

border-color css

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

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

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