Html Css Color HEX #CEBC94 Sour Dough

📋 copy color: '#CEBC94'

red 206 ◦ green 188 ◦ blue 148

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

Shades of Sour Dough #CEBC94

Tints of Sour Dough #CEBC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.31%

R = 38.01%
G = 34.69%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEBC94 (or 0xCEBC94) is known color: Sour Dough. HEX triplet: CE, BC and 94. RGB value is (206,188,148). Sum of RGB (Red+Green+Blue) = 206+188+148=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC94 is #31436B. Grayscale: #BCBCBC. Windows color (decimal): -3228524 or 9747662. OLE color: 9747662.

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

Color convert

RGB 206 188 148 -
CMYK 0 0.09 0.28 0.19
HSL 41.38º 0.37% 0.69% -
HSV(B) 41.38º 0.28% 0.81% -
XYZ 48.78 51.23 35.33 -
YUV 188.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 206 188 148 0 0.09 0.28 0.19 41.38 0.37 0.69
Hex CE BC 94 0 9 1C 13 29 25 45
Octal 316 274 224 0 11 34 23 51 45 105
Binary 11001110 10111100 10010100 0 1001 11100 10011 101001 100101 1000101

Color Harmonies of #CEBC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC94

Black with #CEBC94

Text Example


Text Example

White with #CEBC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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