Html Css Color HEX #C2C27B Pine Glade

📋 copy color: '#C2C27B'

red 194 ◦ green 194 ◦ blue 123

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

Shades of Pine Glade #C2C27B

Tints of Pine Glade #C2C27B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.96%

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

R = 37.96%
G = 37.96%
B = 24.07%

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

#C2C27B (or 0xC2C27B) is known color: Pine Glade. HEX triplet: C2, C2 and 7B. RGB value is (194,194,123). Sum of RGB (Red+Green+Blue) = 194+194+123=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C27B is #3D3D84. Grayscale: #BABABA. Windows color (decimal): -4013445 or 8110786. OLE color: 8110786.

HSL color Cylindrical-coordinate representation of color #C2C27B: hue angle of 60º degrees, saturation: 0.37, 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 #C2C27B is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 194 123 -
CMYK 0 0 0.37 0.24
HSL 60º 0.37% 0.62% -
HSV(B) 60º 0.37% 0.76% -
XYZ 45.12 51.48 26.3 -
YUV 185.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 194 194 123 0 0 0.37 0.24 60 0.37 0.62
Hex C2 C2 7B 0 0 25 18 3C 25 3E
Octal 302 302 173 0 0 45 30 74 45 76
Binary 11000010 11000010 1111011 0 0 100101 11000 111100 100101 111110

Color Harmonies of #C2C27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C27B

Black with #C2C27B

Text Example


Text Example

White with #C2C27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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