Html Css Color HEX #C1BE7A Pine Glade

📋 copy color: '#C1BE7A'

red 193 ◦ green 190 ◦ blue 122

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

Shades of Pine Glade #C1BE7A

Tints of Pine Glade #C1BE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 38.22%
G = 37.62%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1BE7A (or 0xC1BE7A) is known color: Pine Glade. HEX triplet: C1, BE and 7A. RGB value is (193,190,122). Sum of RGB (Red+Green+Blue) = 193+190+122=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE7A is #3E4185. Grayscale: #B7B7B7. Windows color (decimal): -4080006 or 8044225. OLE color: 8044225.

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

Color convert

RGB 193 190 122 -
CMYK 0 0.02 0.37 0.24
HSL 57.46º 0.36% 0.62% -
HSV(B) 57.46º 0.37% 0.76% -
XYZ 43.92 49.57 25.67 -
YUV 183.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 193 190 122 0 0.02 0.37 0.24 57.46 0.36 0.62
Hex C1 BE 7A 0 2 25 18 39 24 3E
Octal 301 276 172 0 2 45 30 71 44 76
Binary 11000001 10111110 1111010 0 10 100101 11000 111001 100100 111110

Color Harmonies of #C1BE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE7A

Black with #C1BE7A

Text Example


Text Example

White with #C1BE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE7A; }

 p { color: rgb(193,190,122); }

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

background-color css

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

 a { background-color: rgb(193,190,122); }

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

border-color css

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

 span { border-color: rgb(193,190,122); }

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