Html Css Color HEX #CE976B Whiskey

📋 copy color: '#CE976B'

red 206 ◦ green 151 ◦ blue 107

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

Shades of Whiskey #CE976B

Tints of Whiskey #CE976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 44.4%
G = 32.54%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE976B (or 0xCE976B) is known color: Whiskey. HEX triplet: CE, 97 and 6B. RGB value is (206,151,107). Sum of RGB (Red+Green+Blue) = 206+151+107=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE976B is #316894. Grayscale: #A2A2A2. Windows color (decimal): -3238037 or 7051214. OLE color: 7051214.

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

Color convert

RGB 206 151 107 -
CMYK 0 0.27 0.48 0.19
HSL 26.67º 0.5% 0.61% -
HSV(B) 26.67º 0.48% 0.81% -
XYZ 39.17 36.32 18.86 -
YUV 162.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 206 151 107 0 0.27 0.48 0.19 26.67 0.5 0.61
Hex CE 97 6B 0 1B 30 13 1B 32 3D
Octal 316 227 153 0 33 60 23 33 62 75
Binary 11001110 10010111 1101011 0 11011 110000 10011 11011 110010 111101

Color Harmonies of #CE976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE976B

Black with #CE976B

Text Example


Text Example

White with #CE976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE976B; }

 p { color: rgb(206,151,107); }

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

background-color css

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

 a { background-color: rgb(206,151,107); }

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

border-color css

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

 span { border-color: rgb(206,151,107); }

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