Html Css Color HEX #C1C47B Pine Glade

📋 copy color: '#C1C47B'

red 193 ◦ green 196 ◦ blue 123

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

Shades of Pine Glade #C1C47B

Tints of Pine Glade #C1C47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.28%

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

R = 37.7%
G = 38.28%
B = 24.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C1C47B (or 0xC1C47B) is known color: Pine Glade. HEX triplet: C1, C4 and 7B. RGB value is (193,196,123). Sum of RGB (Red+Green+Blue) = 193+196+123=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C47B is #3E3B84. Grayscale: #BBBBBB. Windows color (decimal): -4078469 or 8111297. OLE color: 8111297.

HSL color Cylindrical-coordinate representation of color #C1C47B: hue angle of 62.47º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1C47B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 196 123 -
CMYK 0.02 0 0.37 0.23
HSL 62.47º 0.38% 0.63% -
HSV(B) 62.47º 0.37% 0.77% -
XYZ 45.31 52.25 26.44 -
YUV 186.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 193 196 123 0.02 0 0.37 0.23 62.47 0.38 0.63
Hex C1 C4 7B 2 0 25 17 3E 26 3F
Octal 301 304 173 2 0 45 27 76 46 77
Binary 11000001 11000100 1111011 10 0 100101 10111 111110 100110 111111

Color Harmonies of #C1C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C47B

Black with #C1C47B

Text Example


Text Example

White with #C1C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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