Html Css Color HEX #C2C075 Pine Glade

📋 copy color: '#C2C075'

red 194 ◦ green 192 ◦ blue 117

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

Shades of Pine Glade #C2C075

Tints of Pine Glade #C2C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 38.57%
G = 38.17%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2C075 (or 0xC2C075) is known color: Pine Glade. HEX triplet: C2, C0 and 75. RGB value is (194,192,117). Sum of RGB (Red+Green+Blue) = 194+192+117=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C075 is #3D3F8A. Grayscale: #B8B8B8. Windows color (decimal): -4013963 or 7717058. OLE color: 7717058.

HSL color Cylindrical-coordinate representation of color #C2C075: hue angle of 58.44º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2C075 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 117 -
CMYK 0 0.01 0.40 0.24
HSL 58.44º 0.39% 0.61% -
HSV(B) 58.44º 0.4% 0.76% -
XYZ 44.31 50.45 24.23 -
YUV 184.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 194 192 117 0 0.01 0.40 0.24 58.44 0.39 0.61
Hex C2 C0 75 0 1 28 18 3A 27 3D
Octal 302 300 165 0 1 50 30 72 47 75
Binary 11000010 11000000 1110101 0 1 101000 11000 111010 100111 111101

Color Harmonies of #C2C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C075

Black with #C2C075

Text Example


Text Example

White with #C2C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C075; }

 p { color: rgb(194,192,117); }

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

background-color css

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

 a { background-color: rgb(194,192,117); }

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

border-color css

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

 span { border-color: rgb(194,192,117); }

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