Html Css Color HEX #C2B475 Ecru

📋 copy color: '#C2B475'

red 194 ◦ green 180 ◦ blue 117

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

Shades of Ecru #C2B475

Tints of Ecru #C2B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

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

R = 39.51%
G = 36.66%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2B475 (or 0xC2B475) is known color: Ecru. HEX triplet: C2, B4 and 75. RGB value is (194,180,117). Sum of RGB (Red+Green+Blue) = 194+180+117=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B475 is #3D4B8A. Grayscale: #B1B1B1. Windows color (decimal): -4017035 or 7713986. OLE color: 7713986.

HSL color Cylindrical-coordinate representation of color #C2B475: hue angle of 49.09º 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 #C2B475 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 117 -
CMYK 0 0.07 0.40 0.24
HSL 49.09º 0.39% 0.61% -
HSV(B) 49.09º 0.4% 0.76% -
XYZ 41.78 45.4 23.39 -
YUV 177 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 194 180 117 0 0.07 0.40 0.24 49.09 0.39 0.61
Hex C2 B4 75 0 7 28 18 31 27 3D
Octal 302 264 165 0 7 50 30 61 47 75
Binary 11000010 10110100 1110101 0 111 101000 11000 110001 100111 111101

Color Harmonies of #C2B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B475

Black with #C2B475

Text Example


Text Example

White with #C2B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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