Html Css Color HEX #C4B082 Ecru

📋 copy color: '#C4B082'

red 196 ◦ green 176 ◦ blue 130

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

Shades of Ecru #C4B082

Tints of Ecru #C4B082

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.06%

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 39.04%
G = 35.06%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C4B082 (or 0xC4B082) is known color: Ecru. HEX triplet: C4, B0 and 82. RGB value is (196,176,130). Sum of RGB (Red+Green+Blue) = 196+176+130=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B082 is #3B4F7D. Grayscale: #B0B0B0. Windows color (decimal): -3886974 or 8564932. OLE color: 8564932.

HSL color Cylindrical-coordinate representation of color #C4B082: hue angle of 41.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4B082 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 130 -
CMYK 0 0.10 0.34 0.23
HSL 41.82º 0.36% 0.64% -
HSV(B) 41.82º 0.34% 0.77% -
XYZ 42.32 44.4 27.46 -
YUV 176.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 196 176 130 0 0.10 0.34 0.23 41.82 0.36 0.64
Hex C4 B0 82 0 A 22 17 2A 24 40
Octal 304 260 202 0 12 42 27 52 44 100
Binary 11000100 10110000 10000010 0 1010 100010 10111 101010 100100 1000000

Color Harmonies of #C4B082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B082

Black with #C4B082

Text Example


Text Example

White with #C4B082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B082; }

 p { color: rgb(196,176,130); }

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

background-color css

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

 a { background-color: rgb(196,176,130); }

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

border-color css

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

 span { border-color: rgb(196,176,130); }

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