Html Css Color HEX #C7B382 Ecru

📋 copy color: '#C7B382'

red 199 ◦ green 179 ◦ blue 130

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

Shades of Ecru #C7B382

Tints of Ecru #C7B382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 39.17%
G = 35.24%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C7B382 (or 0xC7B382) is known color: Ecru. HEX triplet: C7, B3 and 82. RGB value is (199,179,130). Sum of RGB (Red+Green+Blue) = 199+179+130=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B382 is #384C7D. Grayscale: #B3B3B3. Windows color (decimal): -3689598 or 8565703. OLE color: 8565703.

HSL color Cylindrical-coordinate representation of color #C7B382: hue angle of 42.61º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7B382 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 130 -
CMYK 0 0.10 0.35 0.22
HSL 42.61º 0.38% 0.65% -
HSV(B) 42.61º 0.35% 0.78% -
XYZ 43.7 45.99 27.69 -
YUV 179.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 199 179 130 0 0.10 0.35 0.22 42.61 0.38 0.65
Hex C7 B3 82 0 A 23 16 2B 26 41
Octal 307 263 202 0 12 43 26 53 46 101
Binary 11000111 10110011 10000010 0 1010 100011 10110 101011 100110 1000001

Color Harmonies of #C7B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B382

Black with #C7B382

Text Example


Text Example

White with #C7B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B382; }

 p { color: rgb(199,179,130); }

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

background-color css

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

 a { background-color: rgb(199,179,130); }

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

border-color css

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

 span { border-color: rgb(199,179,130); }

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