Html Css Color HEX #CA9661 Whiskey

📋 copy color: '#CA9661'

red 202 ◦ green 150 ◦ blue 97

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

Shades of Whiskey #CA9661

Tints of Whiskey #CA9661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 44.99%
G = 33.41%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA9661 (or 0xCA9661) is known color: Whiskey. HEX triplet: CA, 96 and 61. RGB value is (202,150,97). Sum of RGB (Red+Green+Blue) = 202+150+97=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9661 is #35699E. Grayscale: #9F9F9F. Windows color (decimal): -3500447 or 6395594. OLE color: 6395594.

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

Color convert

RGB 202 150 97 -
CMYK 0 0.26 0.52 0.21
HSL 30.29º 0.5% 0.59% -
HSV(B) 30.29º 0.52% 0.79% -
XYZ 37.42 35.23 16.14 -
YUV 159.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 202 150 97 0 0.26 0.52 0.21 30.29 0.5 0.59
Hex CA 96 61 0 1A 34 15 1E 32 3B
Octal 312 226 141 0 32 64 25 36 62 73
Binary 11001010 10010110 1100001 0 11010 110100 10101 11110 110010 111011

Color Harmonies of #CA9661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9661

Black with #CA9661

Text Example


Text Example

White with #CA9661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9661; }

 p { color: rgb(202,150,97); }

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

background-color css

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

 a { background-color: rgb(202,150,97); }

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

border-color css

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

 span { border-color: rgb(202,150,97); }

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