Html Css Color HEX #CA8A5B Whiskey

📋 copy color: '#CA8A5B'

red 202 ◦ green 138 ◦ blue 91

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

Shades of Whiskey #CA8A5B

Tints of Whiskey #CA8A5B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 46.87%
G = 32.02%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA8A5B (or 0xCA8A5B) is known color: Whiskey. HEX triplet: CA, 8A and 5B. RGB value is (202,138,91). Sum of RGB (Red+Green+Blue) = 202+138+91=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A5B is #3575A4. Grayscale: #989898. Windows color (decimal): -3503525 or 5999306. OLE color: 5999306.

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

Color convert

RGB 202 138 91 -
CMYK 0 0.32 0.55 0.21
HSL 25.41º 0.51% 0.57% -
HSV(B) 25.41º 0.55% 0.79% -
XYZ 35.33 31.49 14.11 -
YUV 151.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 202 138 91 0 0.32 0.55 0.21 25.41 0.51 0.57
Hex CA 8A 5B 0 20 37 15 19 33 39
Octal 312 212 133 0 40 67 25 31 63 71
Binary 11001010 10001010 1011011 0 100000 110111 10101 11001 110011 111001

Color Harmonies of #CA8A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8A5B

Black with #CA8A5B

Text Example


Text Example

White with #CA8A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8A5B; }

 p { color: rgb(202,138,91); }

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

background-color css

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

 a { background-color: rgb(202,138,91); }

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

border-color css

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

 span { border-color: rgb(202,138,91); }

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