Html Css Color HEX #C7C68C Deco

📋 copy color: '#C7C68C'

red 199 ◦ green 198 ◦ blue 140

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

Shades of Deco #C7C68C

Tints of Deco #C7C68C

RGB

 RED value IS 199 (78.13% from 255) = 37.06%

 GREEN value IS 198 (77.73% from 255) = 36.87%

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 37.06%
G = 36.87%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7C68C (or 0xC7C68C) is known color: Deco. HEX triplet: C7, C6 and 8C. RGB value is (199,198,140). Sum of RGB (Red+Green+Blue) = 199+198+140=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C68C is #383973. Grayscale: #BFBFBF. Windows color (decimal): -3684724 or 9225927. OLE color: 9225927.

HSL color Cylindrical-coordinate representation of color #C7C68C: hue angle of 58.98º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7C68C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 198 140 -
CMYK 0 0.01 0.30 0.22
HSL 58.98º 0.35% 0.66% -
HSV(B) 58.98º 0.3% 0.78% -
XYZ 48.48 54.42 32.76 -
YUV 191.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 199 198 140 0 0.01 0.30 0.22 58.98 0.35 0.66
Hex C7 C6 8C 0 1 1E 16 3B 23 42
Octal 307 306 214 0 1 36 26 73 43 102
Binary 11000111 11000110 10001100 0 1 11110 10110 111011 100011 1000010

Color Harmonies of #C7C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C68C

Black with #C7C68C

Text Example


Text Example

White with #C7C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C68C; }

 p { color: rgb(199,198,140); }

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

background-color css

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

 a { background-color: rgb(199,198,140); }

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

border-color css

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

 span { border-color: rgb(199,198,140); }

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