Html Css Color HEX #C2BD7D Pine Glade

📋 copy color: '#C2BD7D'

red 194 ◦ green 189 ◦ blue 125

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

Shades of Pine Glade #C2BD7D

Tints of Pine Glade #C2BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

 BLUE value IS 125 (49.22% from 255) = 24.61%

R = 38.19%
G = 37.2%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2BD7D (or 0xC2BD7D) is known color: Pine Glade. HEX triplet: C2, BD and 7D. RGB value is (194,189,125). Sum of RGB (Red+Green+Blue) = 194+189+125=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD7D is #3D4282. Grayscale: #B7B7B7. Windows color (decimal): -4014723 or 8240578. OLE color: 8240578.

HSL color Cylindrical-coordinate representation of color #C2BD7D: hue angle of 55.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2BD7D is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 125 -
CMYK 0 0.03 0.36 0.24
HSL 55.65º 0.36% 0.63% -
HSV(B) 55.65º 0.36% 0.76% -
XYZ 44.15 49.35 26.6 -
YUV 183.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 194 189 125 0 0.03 0.36 0.24 55.65 0.36 0.63
Hex C2 BD 7D 0 3 24 18 38 24 3F
Octal 302 275 175 0 3 44 30 70 44 77
Binary 11000010 10111101 1111101 0 11 100100 11000 111000 100100 111111

Color Harmonies of #C2BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD7D

Black with #C2BD7D

Text Example


Text Example

White with #C2BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD7D; }

 p { color: rgb(194,189,125); }

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

background-color css

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

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

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

border-color css

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

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

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