Html Css Color HEX #CD935C Whiskey Sour

📋 copy color: '#CD935C'

red 205 ◦ green 147 ◦ blue 92

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

Shades of Whiskey Sour #CD935C

Tints of Whiskey Sour #CD935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.72%

R = 46.17%
G = 33.11%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD935C (or 0xCD935C) is known color: Whiskey Sour. HEX triplet: CD, 93 and 5C. RGB value is (205,147,92). Sum of RGB (Red+Green+Blue) = 205+147+92=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD935C is #326CA3. Grayscale: #9E9E9E. Windows color (decimal): -3304612 or 6067149. OLE color: 6067149.

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

Color convert

RGB 205 147 92 -
CMYK 0 0.28 0.55 0.20
HSL 29.2º 0.53% 0.58% -
HSV(B) 29.2º 0.55% 0.8% -
XYZ 37.54 34.62 14.83 -
YUV 158.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 205 147 92 0 0.28 0.55 0.20 29.2 0.53 0.58
Hex CD 93 5C 0 1C 37 14 1D 35 3A
Octal 315 223 134 0 34 67 24 35 65 72
Binary 11001101 10010011 1011100 0 11100 110111 10100 11101 110101 111010

Color Harmonies of #CD935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD935C

Black with #CD935C

Text Example


Text Example

White with #CD935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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