Html Css Color HEX #C2CC7F Deco

📋 copy color: '#C2CC7F'

red 194 ◦ green 204 ◦ blue 127

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

Shades of Deco #C2CC7F

Tints of Deco #C2CC7F

RGB

 RED value IS 194 (76.17% from 255) = 36.95%

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 36.95%
G = 38.86%
B = 24.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#C2CC7F (or 0xC2CC7F) is known color: Deco. HEX triplet: C2, CC and 7F. RGB value is (194,204,127). Sum of RGB (Red+Green+Blue) = 194+204+127=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC7F is #3D3380. Grayscale: #C0C0C0. Windows color (decimal): -4010881 or 8375490. OLE color: 8375490.

HSL color Cylindrical-coordinate representation of color #C2CC7F: hue angle of 67.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2CC7F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 204 127 -
CMYK 0.05 0 0.38 0.2
HSL 67.79º 0.43% 0.65% -
HSV(B) 67.79º 0.38% 0.8% -
XYZ 47.67 56.19 28.41 -
YUV 192.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 194 204 127 0.05 0 0.38 0.2 67.79 0.43 0.65
Hex C2 CC 7F 5 0 26 14 44 2B 41
Octal 302 314 177 5 0 46 24 104 53 101
Binary 11000010 11001100 1111111 101 0 100110 10100 1000100 101011 1000001

Color Harmonies of #C2CC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CC7F

Black with #C2CC7F

Text Example


Text Example

White with #C2CC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CC7F; }

 p { color: rgb(194,204,127); }

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

background-color css

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

 a { background-color: rgb(194,204,127); }

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

border-color css

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

 span { border-color: rgb(194,204,127); }

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