Html Css Color HEX #CA895D Whiskey

📋 copy color: '#CA895D'

red 202 ◦ green 137 ◦ blue 93

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

Shades of Whiskey #CA895D

Tints of Whiskey #CA895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.53%

R = 46.76%
G = 31.71%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA895D (or 0xCA895D) is known color: Whiskey. HEX triplet: CA, 89 and 5D. RGB value is (202,137,93). Sum of RGB (Red+Green+Blue) = 202+137+93=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA895D is #3576A2. Grayscale: #979797. Windows color (decimal): -3503779 or 6130122. OLE color: 6130122.

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

Color convert

RGB 202 137 93 -
CMYK 0 0.32 0.54 0.21
HSL 24.22º 0.51% 0.58% -
HSV(B) 24.22º 0.54% 0.79% -
XYZ 35.28 31.24 14.53 -
YUV 151.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 202 137 93 0 0.32 0.54 0.21 24.22 0.51 0.58
Hex CA 89 5D 0 20 36 15 18 33 3A
Octal 312 211 135 0 40 66 25 30 63 72
Binary 11001010 10001001 1011101 0 100000 110110 10101 11000 110011 111010

Color Harmonies of #CA895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA895D

Black with #CA895D

Text Example


Text Example

White with #CA895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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