Html Css Color HEX #CA8F6A Whiskey

📋 copy color: '#CA8F6A'

red 202 ◦ green 143 ◦ blue 106

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

Shades of Whiskey #CA8F6A

Tints of Whiskey #CA8F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.5%

R = 44.79%
G = 31.71%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA8F6A (or 0xCA8F6A) is known color: Whiskey. HEX triplet: CA, 8F and 6A. RGB value is (202,143,106). Sum of RGB (Red+Green+Blue) = 202+143+106=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F6A is #357095. Grayscale: #9C9C9C. Windows color (decimal): -3502230 or 6983626. OLE color: 6983626.

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

Color convert

RGB 202 143 106 -
CMYK 0 0.29 0.48 0.21
HSL 23.13º 0.48% 0.6% -
HSV(B) 23.13º 0.48% 0.79% -
XYZ 36.78 33.24 18.11 -
YUV 156.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 202 143 106 0 0.29 0.48 0.21 23.13 0.48 0.6
Hex CA 8F 6A 0 1D 30 15 17 30 3C
Octal 312 217 152 0 35 60 25 27 60 74
Binary 11001010 10001111 1101010 0 11101 110000 10101 10111 110000 111100

Color Harmonies of #CA8F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F6A

Black with #CA8F6A

Text Example


Text Example

White with #CA8F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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