Html Css Color HEX #C6CE7F Deco

📋 copy color: '#C6CE7F'

red 198 ◦ green 206 ◦ blue 127

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

Shades of Deco #C6CE7F

Tints of Deco #C6CE7F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

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

R = 37.29%
G = 38.79%
B = 23.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#C6CE7F (or 0xC6CE7F) is known color: Deco. HEX triplet: C6, CE and 7F. RGB value is (198,206,127). Sum of RGB (Red+Green+Blue) = 198+206+127=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CE7F is #393180. Grayscale: #C2C2C2. Windows color (decimal): -3748225 or 8376006. OLE color: 8376006.

HSL color Cylindrical-coordinate representation of color #C6CE7F: hue angle of 66.08º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6CE7F is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 127 -
CMYK 0.04 0 0.38 0.19
HSL 66.08º 0.45% 0.65% -
HSV(B) 66.08º 0.38% 0.81% -
XYZ 49.19 57.68 28.62 -
YUV 194.6 89.85 130.42 -
System Red Green Blue C M Y K H S L
Decimal 198 206 127 0.04 0 0.38 0.19 66.08 0.45 0.65
Hex C6 CE 7F 4 0 26 13 42 2D 41
Octal 306 316 177 4 0 46 23 102 55 101
Binary 11000110 11001110 1111111 100 0 100110 10011 1000010 101101 1000001

Color Harmonies of #C6CE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CE7F

Black with #C6CE7F

Text Example


Text Example

White with #C6CE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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