Html Css Color HEX #CEBA93 Sour Dough

📋 copy color: '#CEBA93'

red 206 ◦ green 186 ◦ blue 147

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

Shades of Sour Dough #CEBA93

Tints of Sour Dough #CEBA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.51%

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

R = 38.22%
G = 34.51%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEBA93 (or 0xCEBA93) is known color: Sour Dough. HEX triplet: CE, BA and 93. RGB value is (206,186,147). Sum of RGB (Red+Green+Blue) = 206+186+147=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA93 is #31456C. Grayscale: #BBBBBB. Windows color (decimal): -3229037 or 9681614. OLE color: 9681614.

HSL color Cylindrical-coordinate representation of color #CEBA93: hue angle of 39.66º 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 #CEBA93 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 147 -
CMYK 0 0.10 0.29 0.19
HSL 39.66º 0.38% 0.69% -
HSV(B) 39.66º 0.29% 0.81% -
XYZ 48.28 50.35 34.78 -
YUV 187.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 206 186 147 0 0.10 0.29 0.19 39.66 0.38 0.69
Hex CE BA 93 0 A 1D 13 28 26 45
Octal 316 272 223 0 12 35 23 50 46 105
Binary 11001110 10111010 10010011 0 1010 11101 10011 101000 100110 1000101

Color Harmonies of #CEBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA93

Black with #CEBA93

Text Example


Text Example

White with #CEBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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