Html Css Color HEX #C0B375 Ecru

📋 copy color: '#C0B375'

red 192 ◦ green 179 ◦ blue 117

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

Shades of Ecru #C0B375

Tints of Ecru #C0B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 117 (46.09% from 255) = 23.98%

R = 39.34%
G = 36.68%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0B375 (or 0xC0B375) is known color: Ecru. HEX triplet: C0, B3 and 75. RGB value is (192,179,117). Sum of RGB (Red+Green+Blue) = 192+179+117=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B375 is #3F4C8A. Grayscale: #B0B0B0. Windows color (decimal): -4148363 or 7713728. OLE color: 7713728.

HSL color Cylindrical-coordinate representation of color #C0B375: hue angle of 49.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0B375 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 117 -
CMYK 0 0.07 0.39 0.25
HSL 49.6º 0.37% 0.61% -
HSV(B) 49.6º 0.39% 0.75% -
XYZ 41.07 44.73 23.3 -
YUV 175.82 94.81 139.54 -
System Red Green Blue C M Y K H S L
Decimal 192 179 117 0 0.07 0.39 0.25 49.6 0.37 0.61
Hex C0 B3 75 0 7 27 19 32 25 3D
Octal 300 263 165 0 7 47 31 62 45 75
Binary 11000000 10110011 1110101 0 111 100111 11001 110010 100101 111101

Color Harmonies of #C0B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B375

Black with #C0B375

Text Example


Text Example

White with #C0B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B375; }

 p { color: rgb(192,179,117); }

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

background-color css

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

 a { background-color: rgb(192,179,117); }

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

border-color css

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

 span { border-color: rgb(192,179,117); }

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