Html Css Color HEX #C0CD9F Pale Leaf

📋 copy color: '#C0CD9F'

red 192 ◦ green 205 ◦ blue 159

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

Shades of Pale Leaf #C0CD9F

Tints of Pale Leaf #C0CD9F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

 BLUE value IS 159 (62.5% from 255) = 28.6%

R = 34.53%
G = 36.87%
B = 28.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#C0CD9F (or 0xC0CD9F) is known color: Pale Leaf. HEX triplet: C0, CD and 9F. RGB value is (192,205,159). Sum of RGB (Red+Green+Blue) = 192+205+159=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD9F is #3F3260. Grayscale: #C4C4C4. Windows color (decimal): -4141665 or 10472896. OLE color: 10472896.

HSL color Cylindrical-coordinate representation of color #C0CD9F: hue angle of 76.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CD9F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 159 -
CMYK 0.06 0 0.22 0.20
HSL 76.96º 0.32% 0.71% -
HSV(B) 76.96º 0.22% 0.8% -
XYZ 49.83 57.37 41.25 -
YUV 195.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 192 205 159 0.06 0 0.22 0.20 76.96 0.32 0.71
Hex C0 CD 9F 6 0 16 14 4D 20 47
Octal 300 315 237 6 0 26 24 115 40 107
Binary 11000000 11001101 10011111 110 0 10110 10100 1001101 100000 1000111

Color Harmonies of #C0CD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD9F

Black with #C0CD9F

Text Example


Text Example

White with #C0CD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD9F; }

 p { color: rgb(192,205,159); }

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

background-color css

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

 a { background-color: rgb(192,205,159); }

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

border-color css

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

 span { border-color: rgb(192,205,159); }

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