Html Css Color HEX #C1C8B1 Pale Leaf

📋 copy color: '#C1C8B1'

red 193 ◦ green 200 ◦ blue 177

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

Shades of Pale Leaf #C1C8B1

Tints of Pale Leaf #C1C8B1

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 177 (69.53% from 255) = 31.05%

R = 33.86%
G = 35.09%
B = 31.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C1C8B1 (or 0xC1C8B1) is known color: Pale Leaf. HEX triplet: C1, C8 and B1. RGB value is (193,200,177). Sum of RGB (Red+Green+Blue) = 193+200+177=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C8B1 is #3E374E. Grayscale: #C3C3C3. Windows color (decimal): -4077391 or 11651265. OLE color: 11651265.

HSL color Cylindrical-coordinate representation of color #C1C8B1: hue angle of 78.26º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1C8B1 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 200 177 -
CMYK 0.04 0 0.12 0.22
HSL 78.26º 0.17% 0.74% -
HSV(B) 78.26º 0.12% 0.78% -
XYZ 50.58 55.82 49.7 -
YUV 195.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 193 200 177 0.04 0 0.12 0.22 78.26 0.17 0.74
Hex C1 C8 B1 4 0 C 16 4E 11 4A
Octal 301 310 261 4 0 14 26 116 21 112
Binary 11000001 11001000 10110001 100 0 1100 10110 1001110 10001 1001010

Color Harmonies of #C1C8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C8B1

Black with #C1C8B1

Text Example


Text Example

White with #C1C8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C8B1; }

 p { color: rgb(193,200,177); }

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

background-color css

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

 a { background-color: rgb(193,200,177); }

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

border-color css

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

 span { border-color: rgb(193,200,177); }

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