Html Css Color HEX #C2B187 Ecru

📋 copy color: '#C2B187'

red 194 ◦ green 177 ◦ blue 135

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

Shades of Ecru #C2B187

Tints of Ecru #C2B187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

 BLUE value IS 135 (53.13% from 255) = 26.68%

R = 38.34%
G = 34.98%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B187 (or 0xC2B187) is known color: Ecru. HEX triplet: C2, B1 and 87. RGB value is (194,177,135). Sum of RGB (Red+Green+Blue) = 194+177+135=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B187 is #3D4E78. Grayscale: #B1B1B1. Windows color (decimal): -4017785 or 8892866. OLE color: 8892866.

HSL color Cylindrical-coordinate representation of color #C2B187: hue angle of 42.71º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B187 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 135 -
CMYK 0 0.09 0.30 0.24
HSL 42.71º 0.33% 0.65% -
HSV(B) 42.71º 0.3% 0.76% -
XYZ 42.34 44.66 29.31 -
YUV 177.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 194 177 135 0 0.09 0.30 0.24 42.71 0.33 0.65
Hex C2 B1 87 0 9 1E 18 2B 21 41
Octal 302 261 207 0 11 36 30 53 41 101
Binary 11000010 10110001 10000111 0 1001 11110 11000 101011 100001 1000001

Color Harmonies of #C2B187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B187

Black with #C2B187

Text Example


Text Example

White with #C2B187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B187; }

 p { color: rgb(194,177,135); }

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

background-color css

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

 a { background-color: rgb(194,177,135); }

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

border-color css

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

 span { border-color: rgb(194,177,135); }

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