Html Css Color HEX #CA8F66 Whiskey

📋 copy color: '#CA8F66'

red 202 ◦ green 143 ◦ blue 102

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

Shades of Whiskey #CA8F66

Tints of Whiskey #CA8F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 102 (40.23% from 255) = 22.82%

R = 45.19%
G = 31.99%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA8F66 (or 0xCA8F66) is known color: Whiskey. HEX triplet: CA, 8F and 66. RGB value is (202,143,102). Sum of RGB (Red+Green+Blue) = 202+143+102=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F66 is #357099. Grayscale: #9C9C9C. Windows color (decimal): -3502234 or 6721482. OLE color: 6721482.

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

Color convert

RGB 202 143 102 -
CMYK 0 0.29 0.50 0.21
HSL 24.6º 0.49% 0.6% -
HSV(B) 24.6º 0.5% 0.79% -
XYZ 36.58 33.16 17.04 -
YUV 155.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 202 143 102 0 0.29 0.50 0.21 24.6 0.49 0.6
Hex CA 8F 66 0 1D 32 15 19 31 3C
Octal 312 217 146 0 35 62 25 31 61 74
Binary 11001010 10001111 1100110 0 11101 110010 10101 11001 110001 111100

Color Harmonies of #CA8F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F66

Black with #CA8F66

Text Example


Text Example

White with #CA8F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F66; }

 p { color: rgb(202,143,102); }

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

background-color css

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

 a { background-color: rgb(202,143,102); }

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

border-color css

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

 span { border-color: rgb(202,143,102); }

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