Html Css Color HEX #CD936C Whiskey

📋 copy color: '#CD936C'

red 205 ◦ green 147 ◦ blue 108

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

Shades of Whiskey #CD936C

Tints of Whiskey #CD936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 44.57%
G = 31.96%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD936C (or 0xCD936C) is known color: Whiskey. HEX triplet: CD, 93 and 6C. RGB value is (205,147,108). Sum of RGB (Red+Green+Blue) = 205+147+108=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD936C is #326C93. Grayscale: #A0A0A0. Windows color (decimal): -3304596 or 7115725. OLE color: 7115725.

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

Color convert

RGB 205 147 108 -
CMYK 0 0.28 0.47 0.20
HSL 24.12º 0.49% 0.61% -
HSV(B) 24.12º 0.47% 0.8% -
XYZ 38.32 34.93 18.91 -
YUV 159.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 205 147 108 0 0.28 0.47 0.20 24.12 0.49 0.61
Hex CD 93 6C 0 1C 2F 14 18 31 3D
Octal 315 223 154 0 34 57 24 30 61 75
Binary 11001101 10010011 1101100 0 11100 101111 10100 11000 110001 111101

Color Harmonies of #CD936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD936C

Black with #CD936C

Text Example


Text Example

White with #CD936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD936C; }

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

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

background-color css

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

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

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

border-color css

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

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

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