Html Css Color HEX #C0C8B2 Pale Leaf

📋 copy color: '#C0C8B2'

red 192 ◦ green 200 ◦ blue 178

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

Shades of Pale Leaf #C0C8B2

Tints of Pale Leaf #C0C8B2

RGB

 RED value IS 192 (75.39% from 255) = 33.68%

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

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

R = 33.68%
G = 35.09%
B = 31.23%

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

#C0C8B2 (or 0xC0C8B2) is known color: Pale Leaf. HEX triplet: C0, C8 and B2. RGB value is (192,200,178). Sum of RGB (Red+Green+Blue) = 192+200+178=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C8B2 is #3F374D. Grayscale: #C3C3C3. Windows color (decimal): -4142926 or 11716800. OLE color: 11716800.

HSL color Cylindrical-coordinate representation of color #C0C8B2: hue angle of 81.82º 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 #C0C8B2 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 178 -
CMYK 0.04 0 0.11 0.22
HSL 81.82º 0.17% 0.74% -
HSV(B) 81.82º 0.11% 0.78% -
XYZ 50.43 55.73 50.22 -
YUV 195.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 192 200 178 0.04 0 0.11 0.22 81.82 0.17 0.74
Hex C0 C8 B2 4 0 B 16 52 11 4A
Octal 300 310 262 4 0 13 26 122 21 112
Binary 11000000 11001000 10110010 100 0 1011 10110 1010010 10001 1001010

Color Harmonies of #C0C8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8B2

Black with #C0C8B2

Text Example


Text Example

White with #C0C8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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