Html Css Color HEX #C2B072 Ecru

📋 copy color: '#C2B072'

red 194 ◦ green 176 ◦ blue 114

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

Shades of Ecru #C2B072

Tints of Ecru #C2B072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 40.08%
G = 36.36%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2B072 (or 0xC2B072) is known color: Ecru. HEX triplet: C2, B0 and 72. RGB value is (194,176,114). Sum of RGB (Red+Green+Blue) = 194+176+114=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B072 is #3D4F8D. Grayscale: #AEAEAE. Windows color (decimal): -4018062 or 7516354. OLE color: 7516354.

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

Color convert

RGB 194 176 114 -
CMYK 0 0.09 0.41 0.24
HSL 46.5º 0.4% 0.6% -
HSV(B) 46.5º 0.41% 0.76% -
XYZ 40.81 43.73 22.21 -
YUV 174.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 194 176 114 0 0.09 0.41 0.24 46.5 0.4 0.6
Hex C2 B0 72 0 9 29 18 2E 28 3C
Octal 302 260 162 0 11 51 30 56 50 74
Binary 11000010 10110000 1110010 0 1001 101001 11000 101110 101000 111100

Color Harmonies of #C2B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B072

Black with #C2B072

Text Example


Text Example

White with #C2B072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B072; }

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

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

background-color css

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

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

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

border-color css

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

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

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