Html Css Color HEX #C3C37A Pine Glade

📋 copy color: '#C3C37A'

red 195 ◦ green 195 ◦ blue 122

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

Shades of Pine Glade #C3C37A

Tints of Pine Glade #C3C37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 38.09%
G = 38.09%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3C37A (or 0xC3C37A) is known color: Pine Glade. HEX triplet: C3, C3 and 7A. RGB value is (195,195,122). Sum of RGB (Red+Green+Blue) = 195+195+122=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C37A is #3C3C85. Grayscale: #BABABA. Windows color (decimal): -3947654 or 8045507. OLE color: 8045507.

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

Color convert

RGB 195 195 122 -
CMYK 0 0 0.37 0.24
HSL 60º 0.38% 0.62% -
HSV(B) 60º 0.37% 0.76% -
XYZ 45.53 52.04 26.06 -
YUV 186.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 195 195 122 0 0 0.37 0.24 60 0.38 0.62
Hex C3 C3 7A 0 0 25 18 3C 26 3E
Octal 303 303 172 0 0 45 30 74 46 76
Binary 11000011 11000011 1111010 0 0 100101 11000 111100 100110 111110

Color Harmonies of #C3C37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C37A

Black with #C3C37A

Text Example


Text Example

White with #C3C37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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