Html Css Color HEX #C3C384 Pine Glade

📋 copy color: '#C3C384'

red 195 ◦ green 195 ◦ blue 132

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

Shades of Pine Glade #C3C384

Tints of Pine Glade #C3C384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.29%

R = 37.36%
G = 37.36%
B = 25.29%

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

#C3C384 (or 0xC3C384) is known color: Pine Glade. HEX triplet: C3, C3 and 84. RGB value is (195,195,132). Sum of RGB (Red+Green+Blue) = 195+195+132=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C384 is #3C3C7B. Grayscale: #BCBCBC. Windows color (decimal): -3947644 or 8700867. OLE color: 8700867.

HSL color Cylindrical-coordinate representation of color #C3C384: 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 #C3C384 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 132 -
CMYK 0 0 0.32 0.24
HSL 60º 0.34% 0.64% -
HSV(B) 60º 0.32% 0.76% -
XYZ 46.19 52.3 29.49 -
YUV 187.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 195 195 132 0 0 0.32 0.24 60 0.34 0.64
Hex C3 C3 84 0 0 20 18 3C 22 40
Octal 303 303 204 0 0 40 30 74 42 100
Binary 11000011 11000011 10000100 0 0 100000 11000 111100 100010 1000000

Color Harmonies of #C3C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C384

Black with #C3C384

Text Example


Text Example

White with #C3C384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C384; }

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

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

background-color css

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

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

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

border-color css

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

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

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