Html Css Color HEX #C2B67E Ecru

📋 copy color: '#C2B67E'

red 194 ◦ green 182 ◦ blue 126

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

Shades of Ecru #C2B67E

Tints of Ecru #C2B67E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

 BLUE value IS 126 (49.61% from 255) = 25.1%

R = 38.65%
G = 36.25%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B67E (or 0xC2B67E) is known color: Ecru. HEX triplet: C2, B6 and 7E. RGB value is (194,182,126). Sum of RGB (Red+Green+Blue) = 194+182+126=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B67E is #3D4981. Grayscale: #B3B3B3. Windows color (decimal): -4016514 or 8304322. OLE color: 8304322.

HSL color Cylindrical-coordinate representation of color #C2B67E: hue angle of 49.41º degrees, saturation: 0.36, 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 #C2B67E is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 126 -
CMYK 0 0.06 0.35 0.24
HSL 49.41º 0.36% 0.63% -
HSV(B) 49.41º 0.35% 0.76% -
XYZ 42.74 46.43 26.45 -
YUV 179.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 194 182 126 0 0.06 0.35 0.24 49.41 0.36 0.63
Hex C2 B6 7E 0 6 23 18 31 24 3F
Octal 302 266 176 0 6 43 30 61 44 77
Binary 11000010 10110110 1111110 0 110 100011 11000 110001 100100 111111

Color Harmonies of #C2B67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B67E

Black with #C2B67E

Text Example


Text Example

White with #C2B67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B67E; }

 p { color: rgb(194,182,126); }

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

background-color css

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

 a { background-color: rgb(194,182,126); }

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

border-color css

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

 span { border-color: rgb(194,182,126); }

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