Html Css Color HEX #C2B67A Ecru

📋 copy color: '#C2B67A'

red 194 ◦ green 182 ◦ blue 122

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

Shades of Ecru #C2B67A

Tints of Ecru #C2B67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 38.96%
G = 36.55%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2B67A (or 0xC2B67A) is known color: Ecru. HEX triplet: C2, B6 and 7A. RGB value is (194,182,122). Sum of RGB (Red+Green+Blue) = 194+182+122=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B67A is #3D4985. Grayscale: #B2B2B2. Windows color (decimal): -4016518 or 8042178. OLE color: 8042178.

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

Color convert

RGB 194 182 122 -
CMYK 0 0.06 0.37 0.24
HSL 50º 0.37% 0.62% -
HSV(B) 50º 0.37% 0.76% -
XYZ 42.49 46.33 25.12 -
YUV 178.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 194 182 122 0 0.06 0.37 0.24 50 0.37 0.62
Hex C2 B6 7A 0 6 25 18 32 25 3E
Octal 302 266 172 0 6 45 30 62 45 76
Binary 11000010 10110110 1111010 0 110 100101 11000 110010 100101 111110

Color Harmonies of #C2B67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B67A

Black with #C2B67A

Text Example


Text Example

White with #C2B67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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