Html Css Color HEX #C7B282 Ecru

📋 copy color: '#C7B282'

red 199 ◦ green 178 ◦ blue 130

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

Shades of Ecru #C7B282

Tints of Ecru #C7B282

RGB

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

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

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

R = 39.25%
G = 35.11%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C7B282 (or 0xC7B282) is known color: Ecru. HEX triplet: C7, B2 and 82. RGB value is (199,178,130). Sum of RGB (Red+Green+Blue) = 199+178+130=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B282 is #384D7D. Grayscale: #B3B3B3. Windows color (decimal): -3689854 or 8565447. OLE color: 8565447.

HSL color Cylindrical-coordinate representation of color #C7B282: hue angle of 41.74º 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 #C7B282 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 178 130 -
CMYK 0 0.11 0.35 0.22
HSL 41.74º 0.38% 0.65% -
HSV(B) 41.74º 0.35% 0.78% -
XYZ 43.5 45.59 27.63 -
YUV 178.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 199 178 130 0 0.11 0.35 0.22 41.74 0.38 0.65
Hex C7 B2 82 0 B 23 16 2A 26 41
Octal 307 262 202 0 13 43 26 52 46 101
Binary 11000111 10110010 10000010 0 1011 100011 10110 101010 100110 1000001

Color Harmonies of #C7B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B282

Black with #C7B282

Text Example


Text Example

White with #C7B282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B282; }

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

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

background-color css

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

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

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

border-color css

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

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

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