Html Css Color HEX #CE9765 Whiskey

📋 copy color: '#CE9765'

red 206 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #CE9765

Tints of Whiskey #CE9765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.05%

R = 44.98%
G = 32.97%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE9765 (or 0xCE9765) is known color: Whiskey. HEX triplet: CE, 97 and 65. RGB value is (206,151,101). Sum of RGB (Red+Green+Blue) = 206+151+101=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9765 is #31689A. Grayscale: #A2A2A2. Windows color (decimal): -3238043 or 6657998. OLE color: 6657998.

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

Color convert

RGB 206 151 101 -
CMYK 0 0.27 0.51 0.19
HSL 28.57º 0.52% 0.6% -
HSV(B) 28.57º 0.51% 0.81% -
XYZ 38.87 36.19 17.25 -
YUV 161.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 206 151 101 0 0.27 0.51 0.19 28.57 0.52 0.6
Hex CE 97 65 0 1B 33 13 1D 34 3C
Octal 316 227 145 0 33 63 23 35 64 74
Binary 11001110 10010111 1100101 0 11011 110011 10011 11101 110100 111100

Color Harmonies of #CE9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9765

Black with #CE9765

Text Example


Text Example

White with #CE9765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9765; }

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

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

background-color css

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

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

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

border-color css

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

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

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