#CFBD97

Color #CFBD97 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CFBD97

Tints of Sour Dough #CFBD97

Color information

#CFBD97 (or 0xCFBD97) is unknown color: approx Sour Dough. HEX triplet: CF, BD and 97. RGB value is (207,189,151). Sum of RGB (Red+Green+Blue) = 207+189+151=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD97 is #304268. Grayscale: #BEBEBE. Windows color (decimal): -3162729 or 9944527. OLE color: 9944527.

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

Color convert

RGB207189151-
CMYK00.090.270.19
HSL40.71º36.84%70.2%-
HSV(B)40.71º27.05%81.18%-
XYZ49.5251.8936.69-
YUV190.05105.96140.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=37.84%
G=34.55%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718915100.090.270.1940.7136.8470.2
HexCFBD97091B13292546
Octal31727522701133235145106
Binary1100111110111101100101110100111011100111010011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBD97; }

 p { color: rgb(207,189,151); }

 H1.HeaderClassName
 {
   color: #CFBD97;
 }
 .AnyTagClassName
 {
   color: #CFBD97;
 }
</style>
background-color css

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

 a { background-color: rgb(207,189,151); }

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

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

 span { border-color: rgb(207,189,151); }

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