Html Css Color HEX #CA915C Whiskey Sour

📋 copy color: '#CA915C'

red 202 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #CA915C

Tints of Whiskey Sour #CA915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 46.01%
G = 33.03%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA915C (or 0xCA915C) is known color: Whiskey Sour. HEX triplet: CA, 91 and 5C. RGB value is (202,145,92). Sum of RGB (Red+Green+Blue) = 202+145+92=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA915C is #356EA3. Grayscale: #9C9C9C. Windows color (decimal): -3501732 or 6066634. OLE color: 6066634.

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

Color convert

RGB 202 145 92 -
CMYK 0 0.28 0.54 0.21
HSL 28.91º 0.51% 0.58% -
HSV(B) 28.91º 0.54% 0.79% -
XYZ 36.41 33.58 14.69 -
YUV 156 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 202 145 92 0 0.28 0.54 0.21 28.91 0.51 0.58
Hex CA 91 5C 0 1C 36 15 1D 33 3A
Octal 312 221 134 0 34 66 25 35 63 72
Binary 11001010 10010001 1011100 0 11100 110110 10101 11101 110011 111010

Color Harmonies of #CA915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA915C

Black with #CA915C

Text Example


Text Example

White with #CA915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA915C; }

 p { color: rgb(202,145,92); }

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

background-color css

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

 a { background-color: rgb(202,145,92); }

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

border-color css

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

 span { border-color: rgb(202,145,92); }

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