Html Css Color HEX #C2B07F Ecru

📋 copy color: '#C2B07F'

red 194 ◦ green 176 ◦ blue 127

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

Shades of Ecru #C2B07F

Tints of Ecru #C2B07F

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

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

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

R = 39.03%
G = 35.41%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B07F (or 0xC2B07F) is known color: Ecru. HEX triplet: C2, B0 and 7F. RGB value is (194,176,127). Sum of RGB (Red+Green+Blue) = 194+176+127=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B07F is #3D4F80. Grayscale: #B0B0B0. Windows color (decimal): -4018049 or 8368322. OLE color: 8368322.

HSL color Cylindrical-coordinate representation of color #C2B07F: hue angle of 43.88º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2B07F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 127 -
CMYK 0 0.09 0.35 0.24
HSL 43.88º 0.35% 0.63% -
HSV(B) 43.88º 0.35% 0.76% -
XYZ 41.6 44.05 26.39 -
YUV 175.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 194 176 127 0 0.09 0.35 0.24 43.88 0.35 0.63
Hex C2 B0 7F 0 9 23 18 2C 23 3F
Octal 302 260 177 0 11 43 30 54 43 77
Binary 11000010 10110000 1111111 0 1001 100011 11000 101100 100011 111111

Color Harmonies of #C2B07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B07F

Black with #C2B07F

Text Example


Text Example

White with #C2B07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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