Html Css Color HEX #CA945E Whiskey Sour

📋 copy color: '#CA945E'

red 202 ◦ green 148 ◦ blue 94

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

Shades of Whiskey Sour #CA945E

Tints of Whiskey Sour #CA945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 45.5%
G = 33.33%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA945E (or 0xCA945E) is known color: Whiskey Sour. HEX triplet: CA, 94 and 5E. RGB value is (202,148,94). Sum of RGB (Red+Green+Blue) = 202+148+94=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA945E is #356BA1. Grayscale: #9E9E9E. Windows color (decimal): -3500962 or 6198474. OLE color: 6198474.

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

Color convert

RGB 202 148 94 -
CMYK 0 0.27 0.53 0.21
HSL 30º 0.5% 0.58% -
HSV(B) 30º 0.53% 0.79% -
XYZ 36.97 34.54 15.31 -
YUV 157.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 202 148 94 0 0.27 0.53 0.21 30 0.5 0.58
Hex CA 94 5E 0 1B 35 15 1E 32 3A
Octal 312 224 136 0 33 65 25 36 62 72
Binary 11001010 10010100 1011110 0 11011 110101 10101 11110 110010 111010

Color Harmonies of #CA945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA945E

Black with #CA945E

Text Example


Text Example

White with #CA945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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