Html Css Color HEX #C0CBA0 Pale Leaf

📋 copy color: '#C0CBA0'

red 192 ◦ green 203 ◦ blue 160

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

Shades of Pale Leaf #C0CBA0

Tints of Pale Leaf #C0CBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

 BLUE value IS 160 (62.89% from 255) = 28.83%

R = 34.59%
G = 36.58%
B = 28.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#C0CBA0 (or 0xC0CBA0) is known color: Pale Leaf. HEX triplet: C0, CB and A0. RGB value is (192,203,160). Sum of RGB (Red+Green+Blue) = 192+203+160=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBA0 is #3F345F. Grayscale: #C2C2C2. Windows color (decimal): -4142176 or 10537920. OLE color: 10537920.

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

Color convert

RGB 192 203 160 -
CMYK 0.05 0 0.21 0.20
HSL 75.35º 0.29% 0.71% -
HSV(B) 75.35º 0.21% 0.8% -
XYZ 49.44 56.46 41.55 -
YUV 194.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 192 203 160 0.05 0 0.21 0.20 75.35 0.29 0.71
Hex C0 CB A0 5 0 15 14 4B 1D 47
Octal 300 313 240 5 0 25 24 113 35 107
Binary 11000000 11001011 10100000 101 0 10101 10100 1001011 11101 1000111

Color Harmonies of #C0CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBA0

Black with #C0CBA0

Text Example


Text Example

White with #C0CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBA0; }

 p { color: rgb(192,203,160); }

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

background-color css

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

 a { background-color: rgb(192,203,160); }

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

border-color css

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

 span { border-color: rgb(192,203,160); }

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