Html Css Color HEX #C1BB7B Pine Glade

📋 copy color: '#C1BB7B'

red 193 ◦ green 187 ◦ blue 123

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

Shades of Pine Glade #C1BB7B

Tints of Pine Glade #C1BB7B

RGB

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

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

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

R = 38.37%
G = 37.18%
B = 24.45%

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

#C1BB7B (or 0xC1BB7B) is known color: Pine Glade. HEX triplet: C1, BB and 7B. RGB value is (193,187,123). Sum of RGB (Red+Green+Blue) = 193+187+123=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB7B is #3E4484. Grayscale: #B5B5B5. Windows color (decimal): -4080773 or 8108993. OLE color: 8108993.

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

Color convert

RGB 193 187 123 -
CMYK 0 0.03 0.36 0.24
HSL 54.86º 0.36% 0.62% -
HSV(B) 54.86º 0.36% 0.76% -
XYZ 43.34 48.31 25.78 -
YUV 181.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 193 187 123 0 0.03 0.36 0.24 54.86 0.36 0.62
Hex C1 BB 7B 0 3 24 18 37 24 3E
Octal 301 273 173 0 3 44 30 67 44 76
Binary 11000001 10111011 1111011 0 11 100100 11000 110111 100100 111110

Color Harmonies of #C1BB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB7B

Black with #C1BB7B

Text Example


Text Example

White with #C1BB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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