Html Css Color HEX #C2C47D Pine Glade

📋 copy color: '#C2C47D'

red 194 ◦ green 196 ◦ blue 125

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

Shades of Pine Glade #C2C47D

Tints of Pine Glade #C2C47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.06%

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 37.67%
G = 38.06%
B = 24.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C2C47D (or 0xC2C47D) is known color: Pine Glade. HEX triplet: C2, C4 and 7D. RGB value is (194,196,125). Sum of RGB (Red+Green+Blue) = 194+196+125=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C47D is #3D3B82. Grayscale: #BBBBBB. Windows color (decimal): -4012931 or 8242370. OLE color: 8242370.

HSL color Cylindrical-coordinate representation of color #C2C47D: hue angle of 61.69º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2C47D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 125 -
CMYK 0.01 0 0.36 0.23
HSL 61.69º 0.38% 0.63% -
HSV(B) 61.69º 0.36% 0.77% -
XYZ 45.69 52.43 27.11 -
YUV 187.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 194 196 125 0.01 0 0.36 0.23 61.69 0.38 0.63
Hex C2 C4 7D 1 0 24 17 3E 26 3F
Octal 302 304 175 1 0 44 27 76 46 77
Binary 11000010 11000100 1111101 1 0 100100 10111 111110 100110 111111

Color Harmonies of #C2C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C47D

Black with #C2C47D

Text Example


Text Example

White with #C2C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C47D; }

 p { color: rgb(194,196,125); }

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

background-color css

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

 a { background-color: rgb(194,196,125); }

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

border-color css

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

 span { border-color: rgb(194,196,125); }

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