Html Css Color HEX #C2C8B6 Pale Leaf

📋 copy color: '#C2C8B6'

red 194 ◦ green 200 ◦ blue 182

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

Shades of Pale Leaf #C2C8B6

Tints of Pale Leaf #C2C8B6

RGB

 RED value IS 194 (76.17% from 255) = 33.68%

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

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 33.68%
G = 34.72%
B = 31.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C2C8B6 (or 0xC2C8B6) is known color: Pale Leaf. HEX triplet: C2, C8 and B6. RGB value is (194,200,182). Sum of RGB (Red+Green+Blue) = 194+200+182=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8B6 is #3D3749. Grayscale: #C4C4C4. Windows color (decimal): -4011850 or 11978946. OLE color: 11978946.

HSL color Cylindrical-coordinate representation of color #C2C8B6: hue angle of 80º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2C8B6 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 182 -
CMYK 0.03 0 0.09 0.22
HSL 80º 0.14% 0.75% -
HSV(B) 80º 0.09% 0.78% -
XYZ 51.35 56.16 52.39 -
YUV 196.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 194 200 182 0.03 0 0.09 0.22 80 0.14 0.75
Hex C2 C8 B6 3 0 9 16 50 E 4B
Octal 302 310 266 3 0 11 26 120 16 113
Binary 11000010 11001000 10110110 11 0 1001 10110 1010000 1110 1001011

Color Harmonies of #C2C8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C8B6

Black with #C2C8B6

Text Example


Text Example

White with #C2C8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C8B6; }

 p { color: rgb(194,200,182); }

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

background-color css

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

 a { background-color: rgb(194,200,182); }

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

border-color css

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

 span { border-color: rgb(194,200,182); }

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