Html Css Color HEX #C1C8B2 Pale Leaf

📋 copy color: '#C1C8B2'

red 193 ◦ green 200 ◦ blue 178

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

Shades of Pale Leaf #C1C8B2

Tints of Pale Leaf #C1C8B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.17%

R = 33.8%
G = 35.03%
B = 31.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C1C8B2 (or 0xC1C8B2) is known color: Pale Leaf. HEX triplet: C1, C8 and B2. RGB value is (193,200,178). Sum of RGB (Red+Green+Blue) = 193+200+178=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C8B2 is #3E374D. Grayscale: #C3C3C3. Windows color (decimal): -4077390 or 11716801. OLE color: 11716801.

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

Color convert

RGB 193 200 178 -
CMYK 0.04 0 0.11 0.22
HSL 79.09º 0.17% 0.74% -
HSV(B) 79.09º 0.11% 0.78% -
XYZ 50.68 55.86 50.23 -
YUV 195.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 193 200 178 0.04 0 0.11 0.22 79.09 0.17 0.74
Hex C1 C8 B2 4 0 B 16 4F 11 4A
Octal 301 310 262 4 0 13 26 117 21 112
Binary 11000001 11001000 10110010 100 0 1011 10110 1001111 10001 1001010

Color Harmonies of #C1C8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C8B2

Black with #C1C8B2

Text Example


Text Example

White with #C1C8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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