Html Css Color HEX #CA925E Whiskey Sour

📋 copy color: '#CA925E'

red 202 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #CA925E

Tints of Whiskey Sour #CA925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.03%

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 45.7%
G = 33.03%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA925E (or 0xCA925E) is known color: Whiskey Sour. HEX triplet: CA, 92 and 5E. RGB value is (202,146,94). Sum of RGB (Red+Green+Blue) = 202+146+94=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA925E is #356DA1. Grayscale: #9D9D9D. Windows color (decimal): -3501474 or 6197962. OLE color: 6197962.

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

Color convert

RGB 202 146 94 -
CMYK 0 0.28 0.53 0.21
HSL 28.89º 0.5% 0.58% -
HSV(B) 28.89º 0.53% 0.79% -
XYZ 36.66 33.92 15.21 -
YUV 156.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 202 146 94 0 0.28 0.53 0.21 28.89 0.5 0.58
Hex CA 92 5E 0 1C 35 15 1D 32 3A
Octal 312 222 136 0 34 65 25 35 62 72
Binary 11001010 10010010 1011110 0 11100 110101 10101 11101 110010 111010

Color Harmonies of #CA925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA925E

Black with #CA925E

Text Example


Text Example

White with #CA925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA925E; }

 p { color: rgb(202,146,94); }

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

background-color css

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

 a { background-color: rgb(202,146,94); }

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

border-color css

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

 span { border-color: rgb(202,146,94); }

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