Html Css Color HEX #C2B275 Ecru

📋 copy color: '#C2B275'

red 194 ◦ green 178 ◦ blue 117

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

Shades of Ecru #C2B275

Tints of Ecru #C2B275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 39.67%
G = 36.4%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2B275 (or 0xC2B275) is known color: Ecru. HEX triplet: C2, B2 and 75. RGB value is (194,178,117). Sum of RGB (Red+Green+Blue) = 194+178+117=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B275 is #3D4D8A. Grayscale: #B0B0B0. Windows color (decimal): -4017547 or 7713474. OLE color: 7713474.

HSL color Cylindrical-coordinate representation of color #C2B275: hue angle of 47.53º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2B275 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 117 -
CMYK 0 0.08 0.40 0.24
HSL 47.53º 0.39% 0.61% -
HSV(B) 47.53º 0.4% 0.76% -
XYZ 41.38 44.59 23.26 -
YUV 175.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 194 178 117 0 0.08 0.40 0.24 47.53 0.39 0.61
Hex C2 B2 75 0 8 28 18 30 27 3D
Octal 302 262 165 0 10 50 30 60 47 75
Binary 11000010 10110010 1110101 0 1000 101000 11000 110000 100111 111101

Color Harmonies of #C2B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B275

Black with #C2B275

Text Example


Text Example

White with #C2B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B275; }

 p { color: rgb(194,178,117); }

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

background-color css

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

 a { background-color: rgb(194,178,117); }

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

border-color css

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

 span { border-color: rgb(194,178,117); }

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