Html Css Color HEX #CEBB98 Sour Dough

📋 copy color: '#CEBB98'

red 206 ◦ green 187 ◦ blue 152

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

Shades of Sour Dough #CEBB98

Tints of Sour Dough #CEBB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 152 (59.77% from 255) = 27.89%

R = 37.8%
G = 34.31%
B = 27.89%

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

#CEBB98 (or 0xCEBB98) is known color: Sour Dough. HEX triplet: CE, BB and 98. RGB value is (206,187,152). Sum of RGB (Red+Green+Blue) = 206+187+152=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB98 is #314467. Grayscale: #BCBCBC. Windows color (decimal): -3228776 or 10009550. OLE color: 10009550.

HSL color Cylindrical-coordinate representation of color #CEBB98: hue angle of 38.89º degrees, saturation: 0.36, 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 #CEBB98 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 152 -
CMYK 0 0.09 0.26 0.19
HSL 38.89º 0.36% 0.7% -
HSV(B) 38.89º 0.26% 0.81% -
XYZ 48.89 50.93 36.96 -
YUV 188.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 206 187 152 0 0.09 0.26 0.19 38.89 0.36 0.7
Hex CE BB 98 0 9 1A 13 27 24 46
Octal 316 273 230 0 11 32 23 47 44 106
Binary 11001110 10111011 10011000 0 1001 11010 10011 100111 100100 1000110

Color Harmonies of #CEBB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB98

Black with #CEBB98

Text Example


Text Example

White with #CEBB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB98; }

 p { color: rgb(206,187,152); }

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

background-color css

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

 a { background-color: rgb(206,187,152); }

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

border-color css

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

 span { border-color: rgb(206,187,152); }

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