Html Css Color HEX #C6B482 Ecru

📋 copy color: '#C6B482'

red 198 ◦ green 180 ◦ blue 130

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

Shades of Ecru #C6B482

Tints of Ecru #C6B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 38.98%
G = 35.43%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C6B482 (or 0xC6B482) is known color: Ecru. HEX triplet: C6, B4 and 82. RGB value is (198,180,130). Sum of RGB (Red+Green+Blue) = 198+180+130=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B482 is #394B7D. Grayscale: #B3B3B3. Windows color (decimal): -3754878 or 8565958. OLE color: 8565958.

HSL color Cylindrical-coordinate representation of color #C6B482: hue angle of 44.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6B482 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 180 130 -
CMYK 0 0.09 0.34 0.22
HSL 44.12º 0.37% 0.64% -
HSV(B) 44.12º 0.34% 0.78% -
XYZ 43.64 46.26 27.75 -
YUV 179.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 198 180 130 0 0.09 0.34 0.22 44.12 0.37 0.64
Hex C6 B4 82 0 9 22 16 2C 25 40
Octal 306 264 202 0 11 42 26 54 45 100
Binary 11000110 10110100 10000010 0 1001 100010 10110 101100 100101 1000000

Color Harmonies of #C6B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B482

Black with #C6B482

Text Example


Text Example

White with #C6B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B482; }

 p { color: rgb(198,180,130); }

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

background-color css

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

 a { background-color: rgb(198,180,130); }

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

border-color css

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

 span { border-color: rgb(198,180,130); }

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