Html Css Color HEX #C4B275 Ecru

📋 copy color: '#C4B275'

red 196 ◦ green 178 ◦ blue 117

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

Shades of Ecru #C4B275

Tints of Ecru #C4B275

RGB

 RED value IS 196 (76.95% from 255) = 39.92%

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

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

R = 39.92%
G = 36.25%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4B275 (or 0xC4B275) is known color: Ecru. HEX triplet: C4, B2 and 75. RGB value is (196,178,117). Sum of RGB (Red+Green+Blue) = 196+178+117=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B275 is #3B4D8A. Grayscale: #B0B0B0. Windows color (decimal): -3886475 or 7713476. OLE color: 7713476.

HSL color Cylindrical-coordinate representation of color #C4B275: hue angle of 46.33º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B275 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 117 -
CMYK 0 0.09 0.40 0.23
HSL 46.33º 0.4% 0.61% -
HSV(B) 46.33º 0.4% 0.77% -
XYZ 41.9 44.86 23.28 -
YUV 176.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 196 178 117 0 0.09 0.40 0.23 46.33 0.4 0.61
Hex C4 B2 75 0 9 28 17 2E 28 3D
Octal 304 262 165 0 11 50 27 56 50 75
Binary 11000100 10110010 1110101 0 1001 101000 10111 101110 101000 111101

Color Harmonies of #C4B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B275

Black with #C4B275

Text Example


Text Example

White with #C4B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B275; }

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

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

background-color css

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

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

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

border-color css

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

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

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