Html Css Color HEX #C6CD7F Deco

📋 copy color: '#C6CD7F'

red 198 ◦ green 205 ◦ blue 127

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

Shades of Deco #C6CD7F

Tints of Deco #C6CD7F

RGB

 RED value IS 198 (77.73% from 255) = 37.36%

 GREEN value IS 205 (80.47% from 255) = 38.68%

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

R = 37.36%
G = 38.68%
B = 23.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#C6CD7F (or 0xC6CD7F) is known color: Deco. HEX triplet: C6, CD and 7F. RGB value is (198,205,127). Sum of RGB (Red+Green+Blue) = 198+205+127=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD7F is #393280. Grayscale: #C2C2C2. Windows color (decimal): -3748481 or 8375750. OLE color: 8375750.

HSL color Cylindrical-coordinate representation of color #C6CD7F: hue angle of 65.38º degrees, saturation: 0.44, 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 #C6CD7F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 127 -
CMYK 0.03 0 0.38 0.20
HSL 65.38º 0.44% 0.65% -
HSV(B) 65.38º 0.38% 0.8% -
XYZ 48.95 57.2 28.54 -
YUV 194.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 198 205 127 0.03 0 0.38 0.20 65.38 0.44 0.65
Hex C6 CD 7F 3 0 26 14 41 2C 41
Octal 306 315 177 3 0 46 24 101 54 101
Binary 11000110 11001101 1111111 11 0 100110 10100 1000001 101100 1000001

Color Harmonies of #C6CD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD7F

Black with #C6CD7F

Text Example


Text Example

White with #C6CD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD7F; }

 p { color: rgb(198,205,127); }

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

background-color css

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

 a { background-color: rgb(198,205,127); }

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

border-color css

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

 span { border-color: rgb(198,205,127); }

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