Html Css Color HEX #C0CDAB Pale Leaf

📋 copy color: '#C0CDAB'

red 192 ◦ green 205 ◦ blue 171

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

Shades of Pale Leaf #C0CDAB

Tints of Pale Leaf #C0CDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 33.8%
G = 36.09%
B = 30.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#C0CDAB (or 0xC0CDAB) is known color: Pale Leaf. HEX triplet: C0, CD and AB. RGB value is (192,205,171). Sum of RGB (Red+Green+Blue) = 192+205+171=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDAB is #3F3254. Grayscale: #C5C5C5. Windows color (decimal): -4141653 or 11259328. OLE color: 11259328.

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

Color convert

RGB 192 205 171 -
CMYK 0.06 0 0.17 0.20
HSL 82.94º 0.25% 0.74% -
HSV(B) 82.94º 0.17% 0.8% -
XYZ 50.92 57.81 47 -
YUV 197.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 192 205 171 0.06 0 0.17 0.20 82.94 0.25 0.74
Hex C0 CD AB 6 0 11 14 53 19 4A
Octal 300 315 253 6 0 21 24 123 31 112
Binary 11000000 11001101 10101011 110 0 10001 10100 1010011 11001 1001010

Color Harmonies of #C0CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDAB

Black with #C0CDAB

Text Example


Text Example

White with #C0CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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