Html Css Color HEX #C7B290 Sour Dough

📋 copy color: '#C7B290'

red 199 ◦ green 178 ◦ blue 144

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

Shades of Sour Dough #C7B290

Tints of Sour Dough #C7B290

RGB

 RED value IS 199 (78.13% from 255) = 38.2%

 GREEN value IS 178 (69.92% from 255) = 34.17%

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 38.2%
G = 34.17%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7B290 (or 0xC7B290) is known color: Sour Dough. HEX triplet: C7, B2 and 90. RGB value is (199,178,144). Sum of RGB (Red+Green+Blue) = 199+178+144=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B290 is #384D6F. Grayscale: #B4B4B4. Windows color (decimal): -3689840 or 9482951. OLE color: 9482951.

HSL color Cylindrical-coordinate representation of color #C7B290: hue angle of 37.09º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B290 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 144 -
CMYK 0 0.11 0.28 0.22
HSL 37.09º 0.33% 0.67% -
HSV(B) 37.09º 0.28% 0.78% -
XYZ 44.51 46 32.92 -
YUV 180.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 199 178 144 0 0.11 0.28 0.22 37.09 0.33 0.67
Hex C7 B2 90 0 B 1C 16 25 21 43
Octal 307 262 220 0 13 34 26 45 41 103
Binary 11000111 10110010 10010000 0 1011 11100 10110 100101 100001 1000011

Color Harmonies of #C7B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B290

Black with #C7B290

Text Example


Text Example

White with #C7B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B290; }

 p { color: rgb(199,178,144); }

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

background-color css

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

 a { background-color: rgb(199,178,144); }

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

border-color css

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

 span { border-color: rgb(199,178,144); }

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