Html Css Color HEX #CD945A Whiskey Sour

📋 copy color: '#CD945A'

red 205 ◦ green 148 ◦ blue 90

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

Shades of Whiskey Sour #CD945A

Tints of Whiskey Sour #CD945A

RGB

 RED value IS 205 (80.47% from 255) = 46.28%

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

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 46.28%
G = 33.41%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD945A (or 0xCD945A) is known color: Whiskey Sour. HEX triplet: CD, 94 and 5A. RGB value is (205,148,90). Sum of RGB (Red+Green+Blue) = 205+148+90=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD945A is #326BA5. Grayscale: #9E9E9E. Windows color (decimal): -3304358 or 5936333. OLE color: 5936333.

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

Color convert

RGB 205 148 90 -
CMYK 0 0.28 0.56 0.20
HSL 30.26º 0.53% 0.58% -
HSV(B) 30.26º 0.56% 0.8% -
XYZ 37.61 34.9 14.43 -
YUV 158.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 205 148 90 0 0.28 0.56 0.20 30.26 0.53 0.58
Hex CD 94 5A 0 1C 38 14 1E 35 3A
Octal 315 224 132 0 34 70 24 36 65 72
Binary 11001101 10010100 1011010 0 11100 111000 10100 11110 110101 111010

Color Harmonies of #CD945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD945A

Black with #CD945A

Text Example


Text Example

White with #CD945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD945A; }

 p { color: rgb(205,148,90); }

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

background-color css

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

 a { background-color: rgb(205,148,90); }

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

border-color css

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

 span { border-color: rgb(205,148,90); }

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