Html Css Color HEX #CD956C Whiskey

📋 copy color: '#CD956C'

red 205 ◦ green 149 ◦ blue 108

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

Shades of Whiskey #CD956C

Tints of Whiskey #CD956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

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

R = 44.37%
G = 32.25%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD956C (or 0xCD956C) is known color: Whiskey. HEX triplet: CD, 95 and 6C. RGB value is (205,149,108). Sum of RGB (Red+Green+Blue) = 205+149+108=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD956C is #326A93. Grayscale: #A1A1A1. Windows color (decimal): -3304084 or 7116237. OLE color: 7116237.

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

Color convert

RGB 205 149 108 -
CMYK 0 0.27 0.47 0.20
HSL 25.36º 0.49% 0.61% -
HSV(B) 25.36º 0.47% 0.8% -
XYZ 38.63 35.56 19.01 -
YUV 161.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 205 149 108 0 0.27 0.47 0.20 25.36 0.49 0.61
Hex CD 95 6C 0 1B 2F 14 19 31 3D
Octal 315 225 154 0 33 57 24 31 61 75
Binary 11001101 10010101 1101100 0 11011 101111 10100 11001 110001 111101

Color Harmonies of #CD956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD956C

Black with #CD956C

Text Example


Text Example

White with #CD956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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