Html Css Color HEX #C0C885 Pine Glade

📋 copy color: '#C0C885'

red 192 ◦ green 200 ◦ blue 133

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

Shades of Pine Glade #C0C885

Tints of Pine Glade #C0C885

RGB

 RED value IS 192 (75.39% from 255) = 36.57%

 GREEN value IS 200 (78.52% from 255) = 38.1%

 BLUE value IS 133 (52.34% from 255) = 25.33%

R = 36.57%
G = 38.1%
B = 25.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C0C885 (or 0xC0C885) is known color: Pine Glade. HEX triplet: C0, C8 and 85. RGB value is (192,200,133). Sum of RGB (Red+Green+Blue) = 192+200+133=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C885 is #3F377A. Grayscale: #BEBEBE. Windows color (decimal): -4142971 or 8767680. OLE color: 8767680.

HSL color Cylindrical-coordinate representation of color #C0C885: hue angle of 67.16º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0C885 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 133 -
CMYK 0.04 0 0.34 0.22
HSL 67.16º 0.38% 0.65% -
HSV(B) 67.16º 0.34% 0.78% -
XYZ 46.63 54.21 30.2 -
YUV 189.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 192 200 133 0.04 0 0.34 0.22 67.16 0.38 0.65
Hex C0 C8 85 4 0 22 16 43 26 41
Octal 300 310 205 4 0 42 26 103 46 101
Binary 11000000 11001000 10000101 100 0 100010 10110 1000011 100110 1000001

Color Harmonies of #C0C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C885

Black with #C0C885

Text Example


Text Example

White with #C0C885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C885; }

 p { color: rgb(192,200,133); }

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

background-color css

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

 a { background-color: rgb(192,200,133); }

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

border-color css

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

 span { border-color: rgb(192,200,133); }

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