Html Css Color HEX #CA9464 Whiskey

📋 copy color: '#CA9464'

red 202 ◦ green 148 ◦ blue 100

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

Shades of Whiskey #CA9464

Tints of Whiskey #CA9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 44.89%
G = 32.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA9464 (or 0xCA9464) is known color: Whiskey. HEX triplet: CA, 94 and 64. RGB value is (202,148,100). Sum of RGB (Red+Green+Blue) = 202+148+100=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9464 is #356B9B. Grayscale: #9E9E9E. Windows color (decimal): -3500956 or 6591690. OLE color: 6591690.

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

Color convert

RGB 202 148 100 -
CMYK 0 0.27 0.50 0.21
HSL 28.24º 0.49% 0.59% -
HSV(B) 28.24º 0.5% 0.79% -
XYZ 37.25 34.66 16.78 -
YUV 158.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 202 148 100 0 0.27 0.50 0.21 28.24 0.49 0.59
Hex CA 94 64 0 1B 32 15 1C 31 3B
Octal 312 224 144 0 33 62 25 34 61 73
Binary 11001010 10010100 1100100 0 11011 110010 10101 11100 110001 111011

Color Harmonies of #CA9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9464

Black with #CA9464

Text Example


Text Example

White with #CA9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9464; }

 p { color: rgb(202,148,100); }

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

background-color css

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

 a { background-color: rgb(202,148,100); }

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

border-color css

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

 span { border-color: rgb(202,148,100); }

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