Html Css Color HEX #CA8E62 Whiskey

📋 copy color: '#CA8E62'

red 202 ◦ green 142 ◦ blue 98

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

Shades of Whiskey #CA8E62

Tints of Whiskey #CA8E62

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

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

R = 45.7%
G = 32.13%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA8E62 (or 0xCA8E62) is known color: Whiskey. HEX triplet: CA, 8E and 62. RGB value is (202,142,98). Sum of RGB (Red+Green+Blue) = 202+142+98=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E62 is #35719D. Grayscale: #9B9B9B. Windows color (decimal): -3502494 or 6459082. OLE color: 6459082.

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

Color convert

RGB 202 142 98 -
CMYK 0 0.30 0.51 0.21
HSL 25.38º 0.5% 0.59% -
HSV(B) 25.38º 0.51% 0.79% -
XYZ 36.23 32.78 15.97 -
YUV 154.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 202 142 98 0 0.30 0.51 0.21 25.38 0.5 0.59
Hex CA 8E 62 0 1E 33 15 19 32 3B
Octal 312 216 142 0 36 63 25 31 62 73
Binary 11001010 10001110 1100010 0 11110 110011 10101 11001 110010 111011

Color Harmonies of #CA8E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E62

Black with #CA8E62

Text Example


Text Example

White with #CA8E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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