Html Css Color HEX #CE956C Whiskey

📋 copy color: '#CE956C'

red 206 ◦ green 149 ◦ blue 108

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

Shades of Whiskey #CE956C

Tints of Whiskey #CE956C

RGB

 RED value IS 206 (80.86% from 255) = 44.49%

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

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

R = 44.49%
G = 32.18%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE956C (or 0xCE956C) is known color: Whiskey. HEX triplet: CE, 95 and 6C. RGB value is (206,149,108). Sum of RGB (Red+Green+Blue) = 206+149+108=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956C is #316A93. Grayscale: #A1A1A1. Windows color (decimal): -3238548 or 7116238. OLE color: 7116238.

HSL color Cylindrical-coordinate representation of color #CE956C: hue angle of 25.1º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE956C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 108 -
CMYK 0 0.28 0.48 0.19
HSL 25.1º 0.5% 0.62% -
HSV(B) 25.1º 0.48% 0.81% -
XYZ 38.91 35.7 19.03 -
YUV 161.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 206 149 108 0 0.28 0.48 0.19 25.1 0.5 0.62
Hex CE 95 6C 0 1C 30 13 19 32 3E
Octal 316 225 154 0 34 60 23 31 62 76
Binary 11001110 10010101 1101100 0 11100 110000 10011 11001 110010 111110

Color Harmonies of #CE956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE956C

Black with #CE956C

Text Example


Text Example

White with #CE956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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