Html Css Color HEX #CA9662 Whiskey

📋 copy color: '#CA9662'

red 202 ◦ green 150 ◦ blue 98

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

Shades of Whiskey #CA9662

Tints of Whiskey #CA9662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 44.89%
G = 33.33%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA9662 (or 0xCA9662) is known color: Whiskey. HEX triplet: CA, 96 and 62. RGB value is (202,150,98). Sum of RGB (Red+Green+Blue) = 202+150+98=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9662 is #35699D. Grayscale: #9F9F9F. Windows color (decimal): -3500446 or 6461130. OLE color: 6461130.

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

Color convert

RGB 202 150 98 -
CMYK 0 0.26 0.51 0.21
HSL 30º 0.5% 0.59% -
HSV(B) 30º 0.51% 0.79% -
XYZ 37.47 35.25 16.38 -
YUV 159.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 202 150 98 0 0.26 0.51 0.21 30 0.5 0.59
Hex CA 96 62 0 1A 33 15 1E 32 3B
Octal 312 226 142 0 32 63 25 36 62 73
Binary 11001010 10010110 1100010 0 11010 110011 10101 11110 110010 111011

Color Harmonies of #CA9662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9662

Black with #CA9662

Text Example


Text Example

White with #CA9662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9662; }

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

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

background-color css

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

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

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

border-color css

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

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

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