Html Css Color HEX #CA9465 Whiskey

📋 copy color: '#CA9465'

red 202 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #CA9465

Tints of Whiskey #CA9465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.39%

R = 44.79%
G = 32.82%
B = 22.39%

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

#CA9465 (or 0xCA9465) is known color: Whiskey. HEX triplet: CA, 94 and 65. RGB value is (202,148,101). Sum of RGB (Red+Green+Blue) = 202+148+101=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9465 is #356B9A. Grayscale: #9F9F9F. Windows color (decimal): -3500955 or 6657226. OLE color: 6657226.

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

Color convert

RGB 202 148 101 -
CMYK 0 0.27 0.50 0.21
HSL 27.92º 0.49% 0.59% -
HSV(B) 27.92º 0.5% 0.79% -
XYZ 37.3 34.68 17.04 -
YUV 158.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 202 148 101 0 0.27 0.50 0.21 27.92 0.49 0.59
Hex CA 94 65 0 1B 32 15 1C 31 3B
Octal 312 224 145 0 33 62 25 34 61 73
Binary 11001010 10010100 1100101 0 11011 110010 10101 11100 110001 111011

Color Harmonies of #CA9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9465

Black with #CA9465

Text Example


Text Example

White with #CA9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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