Html Css Color HEX #CE956A Whiskey

📋 copy color: '#CE956A'

red 206 ◦ green 149 ◦ blue 106

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

Shades of Whiskey #CE956A

Tints of Whiskey #CE956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 44.69%
G = 32.32%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE956A (or 0xCE956A) is known color: Whiskey. HEX triplet: CE, 95 and 6A. RGB value is (206,149,106). Sum of RGB (Red+Green+Blue) = 206+149+106=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE956A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE956A is #316A95. Grayscale: #A1A1A1. Windows color (decimal): -3238550 or 6985166. OLE color: 6985166.

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

Color convert

RGB 206 149 106 -
CMYK 0 0.28 0.49 0.19
HSL 25.8º 0.51% 0.61% -
HSV(B) 25.8º 0.49% 0.81% -
XYZ 38.8 35.66 18.47 -
YUV 161.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 206 149 106 0 0.28 0.49 0.19 25.8 0.51 0.61
Hex CE 95 6A 0 1C 31 13 1A 33 3D
Octal 316 225 152 0 34 61 23 32 63 75
Binary 11001110 10010101 1101010 0 11100 110001 10011 11010 110011 111101

Color Harmonies of #CE956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE956A

Black with #CE956A

Text Example


Text Example

White with #CE956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE956A; }

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

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

background-color css

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

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

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

border-color css

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

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

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