Html Css Color HEX #CEBC96 Sour Dough

📋 copy color: '#CEBC96'

red 206 ◦ green 188 ◦ blue 150

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

Shades of Sour Dough #CEBC96

Tints of Sour Dough #CEBC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 37.87%
G = 34.56%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEBC96 (or 0xCEBC96) is known color: Sour Dough. HEX triplet: CE, BC and 96. RGB value is (206,188,150). Sum of RGB (Red+Green+Blue) = 206+188+150=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC96 is #314369. Grayscale: #BDBDBD. Windows color (decimal): -3228522 or 9878734. OLE color: 9878734.

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

Color convert

RGB 206 188 150 -
CMYK 0 0.09 0.27 0.19
HSL 40.71º 0.36% 0.7% -
HSV(B) 40.71º 0.27% 0.81% -
XYZ 48.94 51.29 36.17 -
YUV 189.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 206 188 150 0 0.09 0.27 0.19 40.71 0.36 0.7
Hex CE BC 96 0 9 1B 13 29 24 46
Octal 316 274 226 0 11 33 23 51 44 106
Binary 11001110 10111100 10010110 0 1001 11011 10011 101001 100100 1000110

Color Harmonies of #CEBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC96

Black with #CEBC96

Text Example


Text Example

White with #CEBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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