Html Css Color HEX #C7C67C Deco

📋 copy color: '#C7C67C'

red 199 ◦ green 198 ◦ blue 124

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

Shades of Deco #C7C67C

Tints of Deco #C7C67C

RGB

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

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

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

R = 38.2%
G = 38%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7C67C (or 0xC7C67C) is known color: Deco. HEX triplet: C7, C6 and 7C. RGB value is (199,198,124). Sum of RGB (Red+Green+Blue) = 199+198+124=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C67C is #383983. Grayscale: #BEBEBE. Windows color (decimal): -3684740 or 8177351. OLE color: 8177351.

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

Color convert

RGB 199 198 124 -
CMYK 0 0.01 0.38 0.22
HSL 59.2º 0.4% 0.63% -
HSV(B) 59.2º 0.38% 0.78% -
XYZ 47.39 53.99 26.99 -
YUV 189.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 199 198 124 0 0.01 0.38 0.22 59.2 0.4 0.63
Hex C7 C6 7C 0 1 26 16 3B 28 3F
Octal 307 306 174 0 1 46 26 73 50 77
Binary 11000111 11000110 1111100 0 1 100110 10110 111011 101000 111111

Color Harmonies of #C7C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C67C

Black with #C7C67C

Text Example


Text Example

White with #C7C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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