Html Css Color HEX #C2CE7E Deco

📋 copy color: '#C2CE7E'

red 194 ◦ green 206 ◦ blue 126

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

Shades of Deco #C2CE7E

Tints of Deco #C2CE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.95%

R = 36.88%
G = 39.16%
B = 23.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#C2CE7E (or 0xC2CE7E) is known color: Deco. HEX triplet: C2, CE and 7E. RGB value is (194,206,126). Sum of RGB (Red+Green+Blue) = 194+206+126=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CE7E is #3D3181. Grayscale: #C1C1C1. Windows color (decimal): -4010370 or 8310466. OLE color: 8310466.

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

Color convert

RGB 194 206 126 -
CMYK 0.06 0 0.39 0.19
HSL 69º 0.45% 0.65% -
HSV(B) 69º 0.39% 0.81% -
XYZ 48.09 57.12 28.23 -
YUV 193.29 90.02 128.5 -
System Red Green Blue C M Y K H S L
Decimal 194 206 126 0.06 0 0.39 0.19 69 0.45 0.65
Hex C2 CE 7E 6 0 27 13 45 2D 41
Octal 302 316 176 6 0 47 23 105 55 101
Binary 11000010 11001110 1111110 110 0 100111 10011 1000101 101101 1000001

Color Harmonies of #C2CE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CE7E

Black with #C2CE7E

Text Example


Text Example

White with #C2CE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CE7E; }

 p { color: rgb(194,206,126); }

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

background-color css

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

 a { background-color: rgb(194,206,126); }

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

border-color css

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

 span { border-color: rgb(194,206,126); }

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