Html Css Color HEX #CEBC99 Sour Dough

📋 copy color: '#CEBC99'

red 206 ◦ green 188 ◦ blue 153

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

Shades of Sour Dough #CEBC99

Tints of Sour Dough #CEBC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.37%

 BLUE value IS 153 (60.16% from 255) = 27.97%

R = 37.66%
G = 34.37%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CEBC99 (or 0xCEBC99) is known color: Sour Dough. HEX triplet: CE, BC and 99. RGB value is (206,188,153). Sum of RGB (Red+Green+Blue) = 206+188+153=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC99 is #314366. Grayscale: #BDBDBD. Windows color (decimal): -3228519 or 10075342. OLE color: 10075342.

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

Color convert

RGB 206 188 153 -
CMYK 0 0.09 0.26 0.19
HSL 39.62º 0.35% 0.7% -
HSV(B) 39.62º 0.26% 0.81% -
XYZ 49.19 51.39 37.46 -
YUV 189.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 206 188 153 0 0.09 0.26 0.19 39.62 0.35 0.7
Hex CE BC 99 0 9 1A 13 28 23 46
Octal 316 274 231 0 11 32 23 50 43 106
Binary 11001110 10111100 10011001 0 1001 11010 10011 101000 100011 1000110

Color Harmonies of #CEBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC99

Black with #CEBC99

Text Example


Text Example

White with #CEBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC99; }

 p { color: rgb(206,188,153); }

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

background-color css

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

 a { background-color: rgb(206,188,153); }

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

border-color css

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

 span { border-color: rgb(206,188,153); }

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