Html Css Color HEX #C0CDAE Pale Leaf

📋 copy color: '#C0CDAE'

red 192 ◦ green 205 ◦ blue 174

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

Shades of Pale Leaf #C0CDAE

Tints of Pale Leaf #C0CDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.47%

R = 33.63%
G = 35.9%
B = 30.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C0CDAE (or 0xC0CDAE) is known color: Pale Leaf. HEX triplet: C0, CD and AE. RGB value is (192,205,174). Sum of RGB (Red+Green+Blue) = 192+205+174=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDAE is #3F3251. Grayscale: #C5C5C5. Windows color (decimal): -4141650 or 11455936. OLE color: 11455936.

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

Color convert

RGB 192 205 174 -
CMYK 0.06 0 0.15 0.20
HSL 85.16º 0.24% 0.74% -
HSV(B) 85.16º 0.15% 0.8% -
XYZ 51.21 57.93 48.53 -
YUV 197.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 192 205 174 0.06 0 0.15 0.20 85.16 0.24 0.74
Hex C0 CD AE 6 0 F 14 55 18 4A
Octal 300 315 256 6 0 17 24 125 30 112
Binary 11000000 11001101 10101110 110 0 1111 10100 1010101 11000 1001010

Color Harmonies of #C0CDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDAE

Black with #C0CDAE

Text Example


Text Example

White with #C0CDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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