Html Css Color HEX #C3C47A Pine Glade

📋 copy color: '#C3C47A'

red 195 ◦ green 196 ◦ blue 122

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

Shades of Pine Glade #C3C47A

Tints of Pine Glade #C3C47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 38.01%
G = 38.21%
B = 23.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C3C47A (or 0xC3C47A) is known color: Pine Glade. HEX triplet: C3, C4 and 7A. RGB value is (195,196,122). Sum of RGB (Red+Green+Blue) = 195+196+122=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C47A is #3C3B85. Grayscale: #BBBBBB. Windows color (decimal): -3947398 or 8045763. OLE color: 8045763.

HSL color Cylindrical-coordinate representation of color #C3C47A: hue angle of 60.81º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3C47A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 196 122 -
CMYK 0.01 0 0.38 0.23
HSL 60.81º 0.39% 0.62% -
HSV(B) 60.81º 0.38% 0.77% -
XYZ 45.76 52.49 26.13 -
YUV 187.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 195 196 122 0.01 0 0.38 0.23 60.81 0.39 0.62
Hex C3 C4 7A 1 0 26 17 3D 27 3E
Octal 303 304 172 1 0 46 27 75 47 76
Binary 11000011 11000100 1111010 1 0 100110 10111 111101 100111 111110

Color Harmonies of #C3C47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C47A

Black with #C3C47A

Text Example


Text Example

White with #C3C47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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