Html Css Color HEX #CFBA95 Sour Dough

📋 copy color: '#CFBA95'

red 207 ◦ green 186 ◦ blue 149

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

Shades of Sour Dough #CFBA95

Tints of Sour Dough #CFBA95

RGB

 RED value IS 207 (81.25% from 255) = 38.19%

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

 BLUE value IS 149 (58.59% from 255) = 27.49%

R = 38.19%
G = 34.32%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFBA95 (or 0xCFBA95) is known color: Sour Dough. HEX triplet: CF, BA and 95. RGB value is (207,186,149). Sum of RGB (Red+Green+Blue) = 207+186+149=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBA95 is #30456A. Grayscale: #BCBCBC. Windows color (decimal): -3163499 or 9812687. OLE color: 9812687.

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

Color convert

RGB 207 186 149 -
CMYK 0 0.10 0.28 0.19
HSL 38.28º 0.38% 0.7% -
HSV(B) 38.28º 0.28% 0.81% -
XYZ 48.72 50.55 35.62 -
YUV 188.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 207 186 149 0 0.10 0.28 0.19 38.28 0.38 0.7
Hex CF BA 95 0 A 1C 13 26 26 46
Octal 317 272 225 0 12 34 23 46 46 106
Binary 11001111 10111010 10010101 0 1010 11100 10011 100110 100110 1000110

Color Harmonies of #CFBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA95

Black with #CFBA95

Text Example


Text Example

White with #CFBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA95; }

 p { color: rgb(207,186,149); }

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

background-color css

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

 a { background-color: rgb(207,186,149); }

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

border-color css

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

 span { border-color: rgb(207,186,149); }

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