Html Css Color HEX #CE8C67 Whiskey

📋 copy color: '#CE8C67'

red 206 ◦ green 140 ◦ blue 103

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

Shades of Whiskey #CE8C67

Tints of Whiskey #CE8C67

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

 BLUE value IS 103 (40.63% from 255) = 22.94%

R = 45.88%
G = 31.18%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE8C67 (or 0xCE8C67) is known color: Whiskey. HEX triplet: CE, 8C and 67. RGB value is (206,140,103). Sum of RGB (Red+Green+Blue) = 206+140+103=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8C67 is #317398. Grayscale: #9B9B9B. Windows color (decimal): -3240857 or 6786254. OLE color: 6786254.

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

Color convert

RGB 206 140 103 -
CMYK 0 0.32 0.50 0.19
HSL 21.55º 0.51% 0.61% -
HSV(B) 21.55º 0.5% 0.81% -
XYZ 37.28 32.86 17.21 -
YUV 155.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 206 140 103 0 0.32 0.50 0.19 21.55 0.51 0.61
Hex CE 8C 67 0 20 32 13 16 33 3D
Octal 316 214 147 0 40 62 23 26 63 75
Binary 11001110 10001100 1100111 0 100000 110010 10011 10110 110011 111101

Color Harmonies of #CE8C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C67

Black with #CE8C67

Text Example


Text Example

White with #CE8C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C67; }

 p { color: rgb(206,140,103); }

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

background-color css

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

 a { background-color: rgb(206,140,103); }

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

border-color css

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

 span { border-color: rgb(206,140,103); }

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