Html Css Color HEX #CE8555 Whiskey Sour

📋 copy color: '#CE8555'

red 206 ◦ green 133 ◦ blue 85

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

Shades of Whiskey Sour #CE8555

Tints of Whiskey Sour #CE8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 85 (33.59% from 255) = 20.05%

R = 48.58%
G = 31.37%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE8555 (or 0xCE8555) is known color: Whiskey Sour. HEX triplet: CE, 85 and 55. RGB value is (206,133,85). Sum of RGB (Red+Green+Blue) = 206+133+85=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8555 is #317AAA. Grayscale: #959595. Windows color (decimal): -3242667 or 5604814. OLE color: 5604814.

HSL color Cylindrical-coordinate representation of color #CE8555: hue angle of 23.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE8555 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 85 -
CMYK 0 0.35 0.59 0.19
HSL 23.8º 0.55% 0.57% -
HSV(B) 23.8º 0.59% 0.81% -
XYZ 35.48 30.55 12.62 -
YUV 149.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 206 133 85 0 0.35 0.59 0.19 23.8 0.55 0.57
Hex CE 85 55 0 23 3B 13 18 37 39
Octal 316 205 125 0 43 73 23 30 67 71
Binary 11001110 10000101 1010101 0 100011 111011 10011 11000 110111 111001

Color Harmonies of #CE8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8555

Black with #CE8555

Text Example


Text Example

White with #CE8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8555; }

 p { color: rgb(206,133,85); }

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

background-color css

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

 a { background-color: rgb(206,133,85); }

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

border-color css

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

 span { border-color: rgb(206,133,85); }

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