Html Css Color HEX #C2B382 Ecru

📋 copy color: '#C2B382'

red 194 ◦ green 179 ◦ blue 130

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

Shades of Ecru #C2B382

Tints of Ecru #C2B382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

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

R = 38.57%
G = 35.59%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C2B382 (or 0xC2B382) is known color: Ecru. HEX triplet: C2, B3 and 82. RGB value is (194,179,130). Sum of RGB (Red+Green+Blue) = 194+179+130=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B382 is #3D4C7D. Grayscale: #B2B2B2. Windows color (decimal): -4017278 or 8565698. OLE color: 8565698.

HSL color Cylindrical-coordinate representation of color #C2B382: hue angle of 45.94º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2B382 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 130 -
CMYK 0 0.08 0.33 0.24
HSL 45.94º 0.34% 0.64% -
HSV(B) 45.94º 0.33% 0.76% -
XYZ 42.4 45.32 27.63 -
YUV 177.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 194 179 130 0 0.08 0.33 0.24 45.94 0.34 0.64
Hex C2 B3 82 0 8 21 18 2E 22 40
Octal 302 263 202 0 10 41 30 56 42 100
Binary 11000010 10110011 10000010 0 1000 100001 11000 101110 100010 1000000

Color Harmonies of #C2B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B382

Black with #C2B382

Text Example


Text Example

White with #C2B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B382; }

 p { color: rgb(194,179,130); }

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

background-color css

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

 a { background-color: rgb(194,179,130); }

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

border-color css

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

 span { border-color: rgb(194,179,130); }

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