Html Css Color HEX #C3C075 Pine Glade

📋 copy color: '#C3C075'

red 195 ◦ green 192 ◦ blue 117

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

Shades of Pine Glade #C3C075

Tints of Pine Glade #C3C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 38.69%
G = 38.1%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C3C075 (or 0xC3C075) is known color: Pine Glade. HEX triplet: C3, C0 and 75. RGB value is (195,192,117). Sum of RGB (Red+Green+Blue) = 195+192+117=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C075 is #3C3F8A. Grayscale: #B8B8B8. Windows color (decimal): -3948427 or 7717059. OLE color: 7717059.

HSL color Cylindrical-coordinate representation of color #C3C075: hue angle of 57.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3C075 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 117 -
CMYK 0 0.02 0.4 0.24
HSL 57.69º 0.39% 0.61% -
HSV(B) 57.69º 0.4% 0.76% -
XYZ 44.57 50.59 24.24 -
YUV 184.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 195 192 117 0 0.02 0.4 0.24 57.69 0.39 0.61
Hex C3 C0 75 0 2 28 18 3A 27 3D
Octal 303 300 165 0 2 50 30 72 47 75
Binary 11000011 11000000 1110101 0 10 101000 11000 111010 100111 111101

Color Harmonies of #C3C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C075

Black with #C3C075

Text Example


Text Example

White with #C3C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C075; }

 p { color: rgb(195,192,117); }

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

background-color css

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

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

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

border-color css

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

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

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