Html Css Color HEX #C0CDAF Pale Leaf

📋 copy color: '#C0CDAF'

red 192 ◦ green 205 ◦ blue 175

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

Shades of Pale Leaf #C0CDAF

Tints of Pale Leaf #C0CDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.59%

R = 33.57%
G = 35.84%
B = 30.59%

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

#C0CDAF (or 0xC0CDAF) is known color: Pale Leaf. HEX triplet: C0, CD and AF. RGB value is (192,205,175). Sum of RGB (Red+Green+Blue) = 192+205+175=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDAF is #3F3250. Grayscale: #C5C5C5. Windows color (decimal): -4141649 or 11521472. OLE color: 11521472.

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

Color convert

RGB 192 205 175 -
CMYK 0.06 0 0.15 0.20
HSL 86º 0.23% 0.75% -
HSV(B) 86º 0.15% 0.8% -
XYZ 51.31 57.96 49.04 -
YUV 197.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 192 205 175 0.06 0 0.15 0.20 86 0.23 0.75
Hex C0 CD AF 6 0 F 14 56 17 4B
Octal 300 315 257 6 0 17 24 126 27 113
Binary 11000000 11001101 10101111 110 0 1111 10100 1010110 10111 1001011

Color Harmonies of #C0CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDAF

Black with #C0CDAF

Text Example


Text Example

White with #C0CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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