Html Css Color HEX #C1BF7B Pine Glade

📋 copy color: '#C1BF7B'

red 193 ◦ green 191 ◦ blue 123

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

Shades of Pine Glade #C1BF7B

Tints of Pine Glade #C1BF7B

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 38.07%
G = 37.67%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1BF7B (or 0xC1BF7B) is known color: Pine Glade. HEX triplet: C1, BF and 7B. RGB value is (193,191,123). Sum of RGB (Red+Green+Blue) = 193+191+123=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF7B is #3E4084. Grayscale: #B8B8B8. Windows color (decimal): -4079749 or 8110017. OLE color: 8110017.

HSL color Cylindrical-coordinate representation of color #C1BF7B: hue angle of 58.29º 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 #C1BF7B is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 191 123 -
CMYK 0 0.01 0.36 0.24
HSL 58.29º 0.36% 0.62% -
HSV(B) 58.29º 0.36% 0.76% -
XYZ 44.2 50.03 26.07 -
YUV 183.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 193 191 123 0 0.01 0.36 0.24 58.29 0.36 0.62
Hex C1 BF 7B 0 1 24 18 3A 24 3E
Octal 301 277 173 0 1 44 30 72 44 76
Binary 11000001 10111111 1111011 0 1 100100 11000 111010 100100 111110

Color Harmonies of #C1BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF7B

Black with #C1BF7B

Text Example


Text Example

White with #C1BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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