Html Css Color HEX #C3C385 Pine Glade

📋 copy color: '#C3C385'

red 195 ◦ green 195 ◦ blue 133

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

Shades of Pine Glade #C3C385

Tints of Pine Glade #C3C385

RGB

 RED value IS 195 (76.56% from 255) = 37.28%

 GREEN value IS 195 (76.56% from 255) = 37.28%

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

R = 37.28%
G = 37.28%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C3C385 (or 0xC3C385) is known color: Pine Glade. HEX triplet: C3, C3 and 85. RGB value is (195,195,133). Sum of RGB (Red+Green+Blue) = 195+195+133=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C385 is #3C3C7A. Grayscale: #BCBCBC. Windows color (decimal): -3947643 or 8766403. OLE color: 8766403.

HSL color Cylindrical-coordinate representation of color #C3C385: hue angle of 60º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3C385 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 133 -
CMYK 0 0 0.32 0.24
HSL 60º 0.34% 0.64% -
HSV(B) 60º 0.32% 0.76% -
XYZ 46.25 52.33 29.85 -
YUV 187.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 195 195 133 0 0 0.32 0.24 60 0.34 0.64
Hex C3 C3 85 0 0 20 18 3C 22 40
Octal 303 303 205 0 0 40 30 74 42 100
Binary 11000011 11000011 10000101 0 0 100000 11000 111100 100010 1000000

Color Harmonies of #C3C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C385

Black with #C3C385

Text Example


Text Example

White with #C3C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C385; }

 p { color: rgb(195,195,133); }

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

background-color css

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

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

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

border-color css

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

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

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