Html Css Color HEX #C4B47A Ecru

📋 copy color: '#C4B47A'

red 196 ◦ green 180 ◦ blue 122

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

Shades of Ecru #C4B47A

Tints of Ecru #C4B47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 39.36%
G = 36.14%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4B47A (or 0xC4B47A) is known color: Ecru. HEX triplet: C4, B4 and 7A. RGB value is (196,180,122). Sum of RGB (Red+Green+Blue) = 196+180+122=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B47A is #3B4B85. Grayscale: #B2B2B2. Windows color (decimal): -3885958 or 8041668. OLE color: 8041668.

HSL color Cylindrical-coordinate representation of color #C4B47A: hue angle of 47.03º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4B47A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 122 -
CMYK 0 0.08 0.38 0.23
HSL 47.03º 0.39% 0.62% -
HSV(B) 47.03º 0.38% 0.77% -
XYZ 42.6 45.78 25 -
YUV 178.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 196 180 122 0 0.08 0.38 0.23 47.03 0.39 0.62
Hex C4 B4 7A 0 8 26 17 2F 27 3E
Octal 304 264 172 0 10 46 27 57 47 76
Binary 11000100 10110100 1111010 0 1000 100110 10111 101111 100111 111110

Color Harmonies of #C4B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B47A

Black with #C4B47A

Text Example


Text Example

White with #C4B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B47A; }

 p { color: rgb(196,180,122); }

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

background-color css

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

 a { background-color: rgb(196,180,122); }

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

border-color css

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

 span { border-color: rgb(196,180,122); }

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