Html Css Color HEX #C2B27F Ecru

📋 copy color: '#C2B27F'

red 194 ◦ green 178 ◦ blue 127

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

Shades of Ecru #C2B27F

Tints of Ecru #C2B27F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.67%

 BLUE value IS 127 (50% from 255) = 25.45%

R = 38.88%
G = 35.67%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B27F (or 0xC2B27F) is known color: Ecru. HEX triplet: C2, B2 and 7F. RGB value is (194,178,127). Sum of RGB (Red+Green+Blue) = 194+178+127=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B27F is #3D4D80. Grayscale: #B1B1B1. Windows color (decimal): -4017537 or 8368834. OLE color: 8368834.

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

Color convert

RGB 194 178 127 -
CMYK 0 0.08 0.35 0.24
HSL 45.67º 0.35% 0.63% -
HSV(B) 45.67º 0.35% 0.76% -
XYZ 42 44.84 26.52 -
YUV 176.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 194 178 127 0 0.08 0.35 0.24 45.67 0.35 0.63
Hex C2 B2 7F 0 8 23 18 2E 23 3F
Octal 302 262 177 0 10 43 30 56 43 77
Binary 11000010 10110010 1111111 0 1000 100011 11000 101110 100011 111111

Color Harmonies of #C2B27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B27F

Black with #C2B27F

Text Example


Text Example

White with #C2B27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B27F; }

 p { color: rgb(194,178,127); }

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

background-color css

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

 a { background-color: rgb(194,178,127); }

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

border-color css

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

 span { border-color: rgb(194,178,127); }

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