Html Css Color HEX #C6C87C Deco

📋 copy color: '#C6C87C'

red 198 ◦ green 200 ◦ blue 124

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

Shades of Deco #C6C87C

Tints of Deco #C6C87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.31%

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 37.93%
G = 38.31%
B = 23.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6C87C (or 0xC6C87C) is known color: Deco. HEX triplet: C6, C8 and 7C. RGB value is (198,200,124). Sum of RGB (Red+Green+Blue) = 198+200+124=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C87C is #393783. Grayscale: #BFBFBF. Windows color (decimal): -3749764 or 8177862. OLE color: 8177862.

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

Color convert

RGB 198 200 124 -
CMYK 0.01 0 0.38 0.22
HSL 61.58º 0.41% 0.64% -
HSV(B) 61.58º 0.38% 0.78% -
XYZ 47.58 54.77 27.13 -
YUV 190.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 198 200 124 0.01 0 0.38 0.22 61.58 0.41 0.64
Hex C6 C8 7C 1 0 26 16 3E 29 40
Octal 306 310 174 1 0 46 26 76 51 100
Binary 11000110 11001000 1111100 1 0 100110 10110 111110 101001 1000000

Color Harmonies of #C6C87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C87C

Black with #C6C87C

Text Example


Text Example

White with #C6C87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C87C; }

 p { color: rgb(198,200,124); }

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

background-color css

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

 a { background-color: rgb(198,200,124); }

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

border-color css

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

 span { border-color: rgb(198,200,124); }

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