Html Css Color HEX #CD935A Whiskey Sour

📋 copy color: '#CD935A'

red 205 ◦ green 147 ◦ blue 90

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

Shades of Whiskey Sour #CD935A

Tints of Whiskey Sour #CD935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.26%

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

R = 46.38%
G = 33.26%
B = 20.36%

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

#CD935A (or 0xCD935A) is known color: Whiskey Sour. HEX triplet: CD, 93 and 5A. RGB value is (205,147,90). Sum of RGB (Red+Green+Blue) = 205+147+90=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD935A is #326CA5. Grayscale: #9E9E9E. Windows color (decimal): -3304614 or 5936077. OLE color: 5936077.

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

Color convert

RGB 205 147 90 -
CMYK 0 0.28 0.56 0.20
HSL 29.74º 0.53% 0.58% -
HSV(B) 29.74º 0.56% 0.8% -
XYZ 37.46 34.58 14.37 -
YUV 157.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 205 147 90 0 0.28 0.56 0.20 29.74 0.53 0.58
Hex CD 93 5A 0 1C 38 14 1E 35 3A
Octal 315 223 132 0 34 70 24 36 65 72
Binary 11001101 10010011 1011010 0 11100 111000 10100 11110 110101 111010

Color Harmonies of #CD935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD935A

Black with #CD935A

Text Example


Text Example

White with #CD935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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