Html Css Color HEX #C6C47B Pine Glade

📋 copy color: '#C6C47B'

red 198 ◦ green 196 ◦ blue 123

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

Shades of Pine Glade #C6C47B

Tints of Pine Glade #C6C47B

RGB

 RED value IS 198 (77.73% from 255) = 38.3%

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

 BLUE value IS 123 (48.44% from 255) = 23.79%

R = 38.3%
G = 37.91%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6C47B (or 0xC6C47B) is known color: Pine Glade. HEX triplet: C6, C4 and 7B. RGB value is (198,196,123). Sum of RGB (Red+Green+Blue) = 198+196+123=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C47B is #393B84. Grayscale: #BCBCBC. Windows color (decimal): -3750789 or 8111302. OLE color: 8111302.

HSL color Cylindrical-coordinate representation of color #C6C47B: hue angle of 58.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6C47B is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 196 123 -
CMYK 0 0.01 0.38 0.22
HSL 58.4º 0.4% 0.63% -
HSV(B) 58.4º 0.38% 0.78% -
XYZ 46.6 52.92 26.5 -
YUV 188.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 198 196 123 0 0.01 0.38 0.22 58.4 0.4 0.63
Hex C6 C4 7B 0 1 26 16 3A 28 3F
Octal 306 304 173 0 1 46 26 72 50 77
Binary 11000110 11000100 1111011 0 1 100110 10110 111010 101000 111111

Color Harmonies of #C6C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C47B

Black with #C6C47B

Text Example


Text Example

White with #C6C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C47B; }

 p { color: rgb(198,196,123); }

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

background-color css

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

 a { background-color: rgb(198,196,123); }

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

border-color css

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

 span { border-color: rgb(198,196,123); }

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