Html Css Color HEX #C2C47B Pine Glade

📋 copy color: '#C2C47B'

red 194 ◦ green 196 ◦ blue 123

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

Shades of Pine Glade #C2C47B

Tints of Pine Glade #C2C47B

RGB

 RED value IS 194 (76.17% from 255) = 37.82%

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

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

R = 37.82%
G = 38.21%
B = 23.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C2C47B (or 0xC2C47B) is known color: Pine Glade. HEX triplet: C2, C4 and 7B. RGB value is (194,196,123). Sum of RGB (Red+Green+Blue) = 194+196+123=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C47B is #3D3B84. Grayscale: #BBBBBB. Windows color (decimal): -4012933 or 8111298. OLE color: 8111298.

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

Color convert

RGB 194 196 123 -
CMYK 0.01 0 0.37 0.23
HSL 61.64º 0.38% 0.63% -
HSV(B) 61.64º 0.37% 0.77% -
XYZ 45.56 52.38 26.45 -
YUV 187.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 194 196 123 0.01 0 0.37 0.23 61.64 0.38 0.63
Hex C2 C4 7B 1 0 25 17 3E 26 3F
Octal 302 304 173 1 0 45 27 76 46 77
Binary 11000010 11000100 1111011 1 0 100101 10111 111110 100110 111111

Color Harmonies of #C2C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C47B

Black with #C2C47B

Text Example


Text Example

White with #C2C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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