Html Css Color HEX #C2B478 Ecru

📋 copy color: '#C2B478'

red 194 ◦ green 180 ◦ blue 120

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

Shades of Ecru #C2B478

Tints of Ecru #C2B478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 39.27%
G = 36.44%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2B478 (or 0xC2B478) is known color: Ecru. HEX triplet: C2, B4 and 78. RGB value is (194,180,120). Sum of RGB (Red+Green+Blue) = 194+180+120=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B478 is #3D4B87. Grayscale: #B1B1B1. Windows color (decimal): -4017032 or 7910594. OLE color: 7910594.

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

Color convert

RGB 194 180 120 -
CMYK 0 0.07 0.38 0.24
HSL 48.65º 0.38% 0.62% -
HSV(B) 48.65º 0.38% 0.76% -
XYZ 41.96 45.47 24.33 -
YUV 177.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 194 180 120 0 0.07 0.38 0.24 48.65 0.38 0.62
Hex C2 B4 78 0 7 26 18 31 26 3E
Octal 302 264 170 0 7 46 30 61 46 76
Binary 11000010 10110100 1111000 0 111 100110 11000 110001 100110 111110

Color Harmonies of #C2B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B478

Black with #C2B478

Text Example


Text Example

White with #C2B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B478; }

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

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

background-color css

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

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

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

border-color css

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

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

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