Html Css Color HEX #C6B275 Ecru

📋 copy color: '#C6B275'

red 198 ◦ green 178 ◦ blue 117

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

Shades of Ecru #C6B275

Tints of Ecru #C6B275

RGB

 RED value IS 198 (77.73% from 255) = 40.16%

 GREEN value IS 178 (69.92% from 255) = 36.11%

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

R = 40.16%
G = 36.11%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6B275 (or 0xC6B275) is known color: Ecru. HEX triplet: C6, B2 and 75. RGB value is (198,178,117). Sum of RGB (Red+Green+Blue) = 198+178+117=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B275 is #394D8A. Grayscale: #B1B1B1. Windows color (decimal): -3755403 or 7713478. OLE color: 7713478.

HSL color Cylindrical-coordinate representation of color #C6B275: hue angle of 45.19º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6B275 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 178 117 -
CMYK 0 0.10 0.41 0.22
HSL 45.19º 0.42% 0.62% -
HSV(B) 45.19º 0.41% 0.78% -
XYZ 42.42 45.13 23.3 -
YUV 177.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 198 178 117 0 0.10 0.41 0.22 45.19 0.42 0.62
Hex C6 B2 75 0 A 29 16 2D 2A 3E
Octal 306 262 165 0 12 51 26 55 52 76
Binary 11000110 10110010 1110101 0 1010 101001 10110 101101 101010 111110

Color Harmonies of #C6B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B275

Black with #C6B275

Text Example


Text Example

White with #C6B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B275; }

 p { color: rgb(198,178,117); }

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

background-color css

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

 a { background-color: rgb(198,178,117); }

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

border-color css

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

 span { border-color: rgb(198,178,117); }

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