Html Css Color HEX #C4B07E Ecru

📋 copy color: '#C4B07E'

red 196 ◦ green 176 ◦ blue 126

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

Shades of Ecru #C4B07E

Tints of Ecru #C4B07E

RGB

 RED value IS 196 (76.95% from 255) = 39.36%

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

 BLUE value IS 126 (49.61% from 255) = 25.3%

R = 39.36%
G = 35.34%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4B07E (or 0xC4B07E) is known color: Ecru. HEX triplet: C4, B0 and 7E. RGB value is (196,176,126). Sum of RGB (Red+Green+Blue) = 196+176+126=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B07E is #3B4F81. Grayscale: #B0B0B0. Windows color (decimal): -3886978 or 8302788. OLE color: 8302788.

HSL color Cylindrical-coordinate representation of color #C4B07E: hue angle of 42.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4B07E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 126 -
CMYK 0 0.10 0.36 0.23
HSL 42.86º 0.37% 0.63% -
HSV(B) 42.86º 0.36% 0.77% -
XYZ 42.06 44.29 26.07 -
YUV 176.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 196 176 126 0 0.10 0.36 0.23 42.86 0.37 0.63
Hex C4 B0 7E 0 A 24 17 2B 25 3F
Octal 304 260 176 0 12 44 27 53 45 77
Binary 11000100 10110000 1111110 0 1010 100100 10111 101011 100101 111111

Color Harmonies of #C4B07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B07E

Black with #C4B07E

Text Example


Text Example

White with #C4B07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B07E; }

 p { color: rgb(196,176,126); }

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

background-color css

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

 a { background-color: rgb(196,176,126); }

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

border-color css

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

 span { border-color: rgb(196,176,126); }

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