Html Css Color HEX #CFBB96 Sour Dough

📋 copy color: '#CFBB96'

red 207 ◦ green 187 ◦ blue 150

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

Shades of Sour Dough #CFBB96

Tints of Sour Dough #CFBB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 38.05%
G = 34.38%
B = 27.57%

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

#CFBB96 (or 0xCFBB96) is known color: Sour Dough. HEX triplet: CF, BB and 96. RGB value is (207,187,150). Sum of RGB (Red+Green+Blue) = 207+187+150=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBB96 is #304469. Grayscale: #BCBCBC. Windows color (decimal): -3163242 or 9878479. OLE color: 9878479.

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

Color convert

RGB 207 187 150 -
CMYK 0 0.10 0.28 0.19
HSL 38.95º 0.37% 0.7% -
HSV(B) 38.95º 0.28% 0.81% -
XYZ 49.01 51.01 36.12 -
YUV 188.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 207 187 150 0 0.10 0.28 0.19 38.95 0.37 0.7
Hex CF BB 96 0 A 1C 13 27 25 46
Octal 317 273 226 0 12 34 23 47 45 106
Binary 11001111 10111011 10010110 0 1010 11100 10011 100111 100101 1000110

Color Harmonies of #CFBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB96

Black with #CFBB96

Text Example


Text Example

White with #CFBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB96; }

 p { color: rgb(207,187,150); }

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

background-color css

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

 a { background-color: rgb(207,187,150); }

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

border-color css

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

 span { border-color: rgb(207,187,150); }

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