Html Css Color HEX #C2B474 Ecru

📋 copy color: '#C2B474'

red 194 ◦ green 180 ◦ blue 116

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

Shades of Ecru #C2B474

Tints of Ecru #C2B474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 39.59%
G = 36.73%
B = 23.67%

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

#C2B474 (or 0xC2B474) is known color: Ecru. HEX triplet: C2, B4 and 74. RGB value is (194,180,116). Sum of RGB (Red+Green+Blue) = 194+180+116=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B474 is #3D4B8B. Grayscale: #B1B1B1. Windows color (decimal): -4017036 or 7648450. OLE color: 7648450.

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

Color convert

RGB 194 180 116 -
CMYK 0 0.07 0.40 0.24
HSL 49.23º 0.39% 0.61% -
HSV(B) 49.23º 0.4% 0.76% -
XYZ 41.72 45.37 23.08 -
YUV 176.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 194 180 116 0 0.07 0.40 0.24 49.23 0.39 0.61
Hex C2 B4 74 0 7 28 18 31 27 3D
Octal 302 264 164 0 7 50 30 61 47 75
Binary 11000010 10110100 1110100 0 111 101000 11000 110001 100111 111101

Color Harmonies of #C2B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B474

Black with #C2B474

Text Example


Text Example

White with #C2B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B474; }

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

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

background-color css

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

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

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

border-color css

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

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

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