Html Css Color HEX #CA895B Whiskey

📋 copy color: '#CA895B'

red 202 ◦ green 137 ◦ blue 91

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

Shades of Whiskey #CA895B

Tints of Whiskey #CA895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.86%

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

R = 46.98%
G = 31.86%
B = 21.16%

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

#CA895B (or 0xCA895B) is known color: Whiskey. HEX triplet: CA, 89 and 5B. RGB value is (202,137,91). Sum of RGB (Red+Green+Blue) = 202+137+91=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA895B is #3576A4. Grayscale: #979797. Windows color (decimal): -3503781 or 5999050. OLE color: 5999050.

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

Color convert

RGB 202 137 91 -
CMYK 0 0.32 0.55 0.21
HSL 24.86º 0.51% 0.57% -
HSV(B) 24.86º 0.55% 0.79% -
XYZ 35.19 31.2 14.07 -
YUV 151.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 202 137 91 0 0.32 0.55 0.21 24.86 0.51 0.57
Hex CA 89 5B 0 20 37 15 19 33 39
Octal 312 211 133 0 40 67 25 31 63 71
Binary 11001010 10001001 1011011 0 100000 110111 10101 11001 110011 111001

Color Harmonies of #CA895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA895B

Black with #CA895B

Text Example


Text Example

White with #CA895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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