Html Css Color HEX #CEBB93 Sour Dough

📋 copy color: '#CEBB93'

red 206 ◦ green 187 ◦ blue 147

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

Shades of Sour Dough #CEBB93

Tints of Sour Dough #CEBB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.22%

R = 38.15%
G = 34.63%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEBB93 (or 0xCEBB93) is known color: Sour Dough. HEX triplet: CE, BB and 93. RGB value is (206,187,147). Sum of RGB (Red+Green+Blue) = 206+187+147=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB93 is #31446C. Grayscale: #BCBCBC. Windows color (decimal): -3228781 or 9681870. OLE color: 9681870.

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

Color convert

RGB 206 187 147 -
CMYK 0 0.09 0.29 0.19
HSL 40.68º 0.38% 0.69% -
HSV(B) 40.68º 0.29% 0.81% -
XYZ 48.49 50.77 34.85 -
YUV 188.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 206 187 147 0 0.09 0.29 0.19 40.68 0.38 0.69
Hex CE BB 93 0 9 1D 13 29 26 45
Octal 316 273 223 0 11 35 23 51 46 105
Binary 11001110 10111011 10010011 0 1001 11101 10011 101001 100110 1000101

Color Harmonies of #CEBB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB93

Black with #CEBB93

Text Example


Text Example

White with #CEBB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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