Html Css Color HEX #CA945D Whiskey Sour

📋 copy color: '#CA945D'

red 202 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #CA945D

Tints of Whiskey Sour #CA945D

RGB

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

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

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

R = 45.6%
G = 33.41%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA945D (or 0xCA945D) is known color: Whiskey Sour. HEX triplet: CA, 94 and 5D. RGB value is (202,148,93). Sum of RGB (Red+Green+Blue) = 202+148+93=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA945D is #356BA2. Grayscale: #9E9E9E. Windows color (decimal): -3500963 or 6132938. OLE color: 6132938.

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

Color convert

RGB 202 148 93 -
CMYK 0 0.27 0.54 0.21
HSL 30.28º 0.51% 0.58% -
HSV(B) 30.28º 0.54% 0.79% -
XYZ 36.92 34.53 15.07 -
YUV 157.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 202 148 93 0 0.27 0.54 0.21 30.28 0.51 0.58
Hex CA 94 5D 0 1B 36 15 1E 33 3A
Octal 312 224 135 0 33 66 25 36 63 72
Binary 11001010 10010100 1011101 0 11011 110110 10101 11110 110011 111010

Color Harmonies of #CA945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA945D

Black with #CA945D

Text Example


Text Example

White with #CA945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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