Html Css Color HEX #C2B48B Ecru

📋 copy color: '#C2B48B'

red 194 ◦ green 180 ◦ blue 139

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

Shades of Ecru #C2B48B

Tints of Ecru #C2B48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 37.82%
G = 35.09%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2B48B (or 0xC2B48B) is known color: Ecru. HEX triplet: C2, B4 and 8B. RGB value is (194,180,139). Sum of RGB (Red+Green+Blue) = 194+180+139=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B48B is #3D4B74. Grayscale: #B3B3B3. Windows color (decimal): -4017013 or 9155778. OLE color: 9155778.

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

Color convert

RGB 194 180 139 -
CMYK 0 0.07 0.28 0.24
HSL 44.73º 0.31% 0.65% -
HSV(B) 44.73º 0.28% 0.76% -
XYZ 43.23 45.98 31.02 -
YUV 179.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 194 180 139 0 0.07 0.28 0.24 44.73 0.31 0.65
Hex C2 B4 8B 0 7 1C 18 2D 1F 41
Octal 302 264 213 0 7 34 30 55 37 101
Binary 11000010 10110100 10001011 0 111 11100 11000 101101 11111 1000001

Color Harmonies of #C2B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B48B

Black with #C2B48B

Text Example


Text Example

White with #C2B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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