Html Css Color HEX #CD976C Whiskey

📋 copy color: '#CD976C'

red 205 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #CD976C

Tints of Whiskey #CD976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

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

R = 44.18%
G = 32.54%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD976C (or 0xCD976C) is known color: Whiskey. HEX triplet: CD, 97 and 6C. RGB value is (205,151,108). Sum of RGB (Red+Green+Blue) = 205+151+108=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD976C is #326893. Grayscale: #A2A2A2. Windows color (decimal): -3303572 or 7116749. OLE color: 7116749.

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

Color convert

RGB 205 151 108 -
CMYK 0 0.26 0.47 0.20
HSL 26.6º 0.49% 0.61% -
HSV(B) 26.6º 0.47% 0.8% -
XYZ 38.95 36.2 19.12 -
YUV 162.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 205 151 108 0 0.26 0.47 0.20 26.6 0.49 0.61
Hex CD 97 6C 0 1A 2F 14 1B 31 3D
Octal 315 227 154 0 32 57 24 33 61 75
Binary 11001101 10010111 1101100 0 11010 101111 10100 11011 110001 111101

Color Harmonies of #CD976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD976C

Black with #CD976C

Text Example


Text Example

White with #CD976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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