Html Css Color HEX #C7CC7C Deco

📋 copy color: '#C7CC7C'

red 199 ◦ green 204 ◦ blue 124

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

Shades of Deco #C7CC7C

Tints of Deco #C7CC7C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

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

R = 37.76%
G = 38.71%
B = 23.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#C7CC7C (or 0xC7CC7C) is known color: Deco. HEX triplet: C7, CC and 7C. RGB value is (199,204,124). Sum of RGB (Red+Green+Blue) = 199+204+124=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC7C is #383383. Grayscale: #C1C1C1. Windows color (decimal): -3683204 or 8178887. OLE color: 8178887.

HSL color Cylindrical-coordinate representation of color #C7CC7C: hue angle of 63.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7CC7C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 124 -
CMYK 0.02 0 0.39 0.2
HSL 63.75º 0.44% 0.64% -
HSV(B) 63.75º 0.39% 0.8% -
XYZ 48.78 56.78 27.46 -
YUV 193.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 199 204 124 0.02 0 0.39 0.2 63.75 0.44 0.64
Hex C7 CC 7C 2 0 27 14 40 2C 40
Octal 307 314 174 2 0 47 24 100 54 100
Binary 11000111 11001100 1111100 10 0 100111 10100 1000000 101100 1000000

Color Harmonies of #C7CC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CC7C

Black with #C7CC7C

Text Example


Text Example

White with #C7CC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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