Html Css Color HEX #C7B07F Ecru

📋 copy color: '#C7B07F'

red 199 ◦ green 176 ◦ blue 127

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

Shades of Ecru #C7B07F

Tints of Ecru #C7B07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 127 (50% from 255) = 25.3%

R = 39.64%
G = 35.06%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7B07F (or 0xC7B07F) is known color: Ecru. HEX triplet: C7, B0 and 7F. RGB value is (199,176,127). Sum of RGB (Red+Green+Blue) = 199+176+127=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B07F is #384F80. Grayscale: #B1B1B1. Windows color (decimal): -3690369 or 8368327. OLE color: 8368327.

HSL color Cylindrical-coordinate representation of color #C7B07F: hue angle of 40.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7B07F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 176 127 -
CMYK 0 0.12 0.36 0.22
HSL 40.83º 0.39% 0.64% -
HSV(B) 40.83º 0.36% 0.78% -
XYZ 42.91 44.73 26.45 -
YUV 177.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 199 176 127 0 0.12 0.36 0.22 40.83 0.39 0.64
Hex C7 B0 7F 0 C 24 16 29 27 40
Octal 307 260 177 0 14 44 26 51 47 100
Binary 11000111 10110000 1111111 0 1100 100100 10110 101001 100111 1000000

Color Harmonies of #C7B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B07F

Black with #C7B07F

Text Example


Text Example

White with #C7B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B07F; }

 p { color: rgb(199,176,127); }

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

background-color css

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

 a { background-color: rgb(199,176,127); }

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

border-color css

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

 span { border-color: rgb(199,176,127); }

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