Html Css Color HEX #C0B17D Ecru

📋 copy color: '#C0B17D'

red 192 ◦ green 177 ◦ blue 125

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

Shades of Ecru #C0B17D

Tints of Ecru #C0B17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 38.87%
G = 35.83%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0B17D (or 0xC0B17D) is known color: Ecru. HEX triplet: C0, B1 and 7D. RGB value is (192,177,125). Sum of RGB (Red+Green+Blue) = 192+177+125=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B17D is #3F4E82. Grayscale: #AFAFAF. Windows color (decimal): -4148867 or 8237504. OLE color: 8237504.

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

Color convert

RGB 192 177 125 -
CMYK 0 0.08 0.35 0.25
HSL 46.57º 0.35% 0.62% -
HSV(B) 46.57º 0.35% 0.75% -
XYZ 41.16 44.13 25.75 -
YUV 175.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 192 177 125 0 0.08 0.35 0.25 46.57 0.35 0.62
Hex C0 B1 7D 0 8 23 19 2F 23 3E
Octal 300 261 175 0 10 43 31 57 43 76
Binary 11000000 10110001 1111101 0 1000 100011 11001 101111 100011 111110

Color Harmonies of #C0B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B17D

Black with #C0B17D

Text Example


Text Example

White with #C0B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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