Html Css Color HEX #C2B47D Ecru

📋 copy color: '#C2B47D'

red 194 ◦ green 180 ◦ blue 125

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

Shades of Ecru #C2B47D

Tints of Ecru #C2B47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 38.88%
G = 36.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2B47D (or 0xC2B47D) is known color: Ecru. HEX triplet: C2, B4 and 7D. RGB value is (194,180,125). Sum of RGB (Red+Green+Blue) = 194+180+125=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B47D is #3D4B82. Grayscale: #B2B2B2. Windows color (decimal): -4017027 or 8238274. OLE color: 8238274.

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

Color convert

RGB 194 180 125 -
CMYK 0 0.07 0.36 0.24
HSL 47.83º 0.36% 0.63% -
HSV(B) 47.83º 0.36% 0.76% -
XYZ 42.27 45.59 25.97 -
YUV 177.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 194 180 125 0 0.07 0.36 0.24 47.83 0.36 0.63
Hex C2 B4 7D 0 7 24 18 30 24 3F
Octal 302 264 175 0 7 44 30 60 44 77
Binary 11000010 10110100 1111101 0 111 100100 11000 110000 100100 111111

Color Harmonies of #C2B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B47D

Black with #C2B47D

Text Example


Text Example

White with #C2B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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