Html Css Color HEX #C2B07C Ecru

📋 copy color: '#C2B07C'

red 194 ◦ green 176 ◦ blue 124

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

Shades of Ecru #C2B07C

Tints of Ecru #C2B07C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.63%

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 39.27%
G = 35.63%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2B07C (or 0xC2B07C) is known color: Ecru. HEX triplet: C2, B0 and 7C. RGB value is (194,176,124). Sum of RGB (Red+Green+Blue) = 194+176+124=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B07C is #3D4F83. Grayscale: #AFAFAF. Windows color (decimal): -4018052 or 8171714. OLE color: 8171714.

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

Color convert

RGB 194 176 124 -
CMYK 0 0.09 0.36 0.24
HSL 44.57º 0.36% 0.62% -
HSV(B) 44.57º 0.36% 0.76% -
XYZ 41.41 43.98 25.37 -
YUV 175.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 194 176 124 0 0.09 0.36 0.24 44.57 0.36 0.62
Hex C2 B0 7C 0 9 24 18 2D 24 3E
Octal 302 260 174 0 11 44 30 55 44 76
Binary 11000010 10110000 1111100 0 1001 100100 11000 101101 100100 111110

Color Harmonies of #C2B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B07C

Black with #C2B07C

Text Example


Text Example

White with #C2B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B07C; }

 p { color: rgb(194,176,124); }

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

background-color css

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

 a { background-color: rgb(194,176,124); }

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

border-color css

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

 span { border-color: rgb(194,176,124); }

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