Html Css Color HEX #C1BB7D Pine Glade

📋 copy color: '#C1BB7D'

red 193 ◦ green 187 ◦ blue 125

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

Shades of Pine Glade #C1BB7D

Tints of Pine Glade #C1BB7D

RGB

 RED value IS 193 (75.78% from 255) = 38.22%

 GREEN value IS 187 (73.44% from 255) = 37.03%

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

R = 38.22%
G = 37.03%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1BB7D (or 0xC1BB7D) is known color: Pine Glade. HEX triplet: C1, BB and 7D. RGB value is (193,187,125). Sum of RGB (Red+Green+Blue) = 193+187+125=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB7D is #3E4482. Grayscale: #B5B5B5. Windows color (decimal): -4080771 or 8240065. OLE color: 8240065.

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

Color convert

RGB 193 187 125 -
CMYK 0 0.03 0.35 0.24
HSL 54.71º 0.35% 0.62% -
HSV(B) 54.71º 0.35% 0.76% -
XYZ 43.46 48.36 26.45 -
YUV 181.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 193 187 125 0 0.03 0.35 0.24 54.71 0.35 0.62
Hex C1 BB 7D 0 3 23 18 37 23 3E
Octal 301 273 175 0 3 43 30 67 43 76
Binary 11000001 10111011 1111101 0 11 100011 11000 110111 100011 111110

Color Harmonies of #C1BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB7D

Black with #C1BB7D

Text Example


Text Example

White with #C1BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB7D; }

 p { color: rgb(193,187,125); }

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

background-color css

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

 a { background-color: rgb(193,187,125); }

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

border-color css

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

 span { border-color: rgb(193,187,125); }

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