Html Css Color HEX #C0B17F Ecru

📋 copy color: '#C0B17F'

red 192 ◦ green 177 ◦ blue 127

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

Shades of Ecru #C0B17F

Tints of Ecru #C0B17F

RGB

 RED value IS 192 (75.39% from 255) = 38.71%

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 38.71%
G = 35.69%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0B17F (or 0xC0B17F) is known color: Ecru. HEX triplet: C0, B1 and 7F. RGB value is (192,177,127). Sum of RGB (Red+Green+Blue) = 192+177+127=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B17F is #3F4E80. Grayscale: #AFAFAF. Windows color (decimal): -4148865 or 8368576. OLE color: 8368576.

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

Color convert

RGB 192 177 127 -
CMYK 0 0.08 0.34 0.25
HSL 46.15º 0.34% 0.63% -
HSV(B) 46.15º 0.34% 0.75% -
XYZ 41.29 44.18 26.43 -
YUV 175.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 192 177 127 0 0.08 0.34 0.25 46.15 0.34 0.63
Hex C0 B1 7F 0 8 22 19 2E 22 3F
Octal 300 261 177 0 10 42 31 56 42 77
Binary 11000000 10110001 1111111 0 1000 100010 11001 101110 100010 111111

Color Harmonies of #C0B17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B17F

Black with #C0B17F

Text Example


Text Example

White with #C0B17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B17F; }

 p { color: rgb(192,177,127); }

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

background-color css

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

 a { background-color: rgb(192,177,127); }

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

border-color css

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

 span { border-color: rgb(192,177,127); }

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