Html Css Color HEX #C7D071 Deco

📋 copy color: '#C7D071'

red 199 ◦ green 208 ◦ blue 113

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

Shades of Deco #C7D071

Tints of Deco #C7D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 113 (44.53% from 255) = 21.73%

R = 38.27%
G = 40%
B = 21.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#C7D071 (or 0xC7D071) is known color: Deco. HEX triplet: C7, D0 and 71. RGB value is (199,208,113). Sum of RGB (Red+Green+Blue) = 199+208+113=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D071 is #382F8E. Grayscale: #C2C2C2. Windows color (decimal): -3682191 or 7459015. OLE color: 7459015.

HSL color Cylindrical-coordinate representation of color #C7D071: hue angle of 65.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D071 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 208 113 -
CMYK 0.04 0 0.46 0.18
HSL 65.68º 0.5% 0.63% -
HSV(B) 65.68º 0.46% 0.82% -
XYZ 49.09 58.45 24.32 -
YUV 194.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 199 208 113 0.04 0 0.46 0.18 65.68 0.5 0.63
Hex C7 D0 71 4 0 2E 12 42 32 3F
Octal 307 320 161 4 0 56 22 102 62 77
Binary 11000111 11010000 1110001 100 0 101110 10010 1000010 110010 111111

Color Harmonies of #C7D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D071

Black with #C7D071

Text Example


Text Example

White with #C7D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D071; }

 p { color: rgb(199,208,113); }

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

background-color css

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

 a { background-color: rgb(199,208,113); }

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

border-color css

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

 span { border-color: rgb(199,208,113); }

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