Html Css Color HEX #C2B485 Ecru

📋 copy color: '#C2B485'

red 194 ◦ green 180 ◦ blue 133

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

Shades of Ecru #C2B485

Tints of Ecru #C2B485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 38.26%
G = 35.5%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C2B485 (or 0xC2B485) is known color: Ecru. HEX triplet: C2, B4 and 85. RGB value is (194,180,133). Sum of RGB (Red+Green+Blue) = 194+180+133=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B485 is #3D4B7A. Grayscale: #B3B3B3. Windows color (decimal): -4017019 or 8762562. OLE color: 8762562.

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

Color convert

RGB 194 180 133 -
CMYK 0 0.07 0.31 0.24
HSL 46.23º 0.33% 0.64% -
HSV(B) 46.23º 0.31% 0.76% -
XYZ 42.8 45.81 28.78 -
YUV 178.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 194 180 133 0 0.07 0.31 0.24 46.23 0.33 0.64
Hex C2 B4 85 0 7 1F 18 2E 21 40
Octal 302 264 205 0 7 37 30 56 41 100
Binary 11000010 10110100 10000101 0 111 11111 11000 101110 100001 1000000

Color Harmonies of #C2B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B485

Black with #C2B485

Text Example


Text Example

White with #C2B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B485; }

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

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

background-color css

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

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

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

border-color css

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

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

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