Html Css Color HEX #C2CDAF Pale Leaf

📋 copy color: '#C2CDAF'

red 194 ◦ green 205 ◦ blue 175

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

Shades of Pale Leaf #C2CDAF

Tints of Pale Leaf #C2CDAF

RGB

 RED value IS 194 (76.17% from 255) = 33.8%

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

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

R = 33.8%
G = 35.71%
B = 30.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C2CDAF (or 0xC2CDAF) is known color: Pale Leaf. HEX triplet: C2, CD and AF. RGB value is (194,205,175). Sum of RGB (Red+Green+Blue) = 194+205+175=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDAF is #3D3250. Grayscale: #C6C6C6. Windows color (decimal): -4010577 or 11521474. OLE color: 11521474.

HSL color Cylindrical-coordinate representation of color #C2CDAF: hue angle of 82º 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 #C2CDAF is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 175 -
CMYK 0.05 0 0.15 0.20
HSL 82º 0.23% 0.75% -
HSV(B) 82º 0.15% 0.8% -
XYZ 51.82 58.23 49.07 -
YUV 198.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 194 205 175 0.05 0 0.15 0.20 82 0.23 0.75
Hex C2 CD AF 5 0 F 14 52 17 4B
Octal 302 315 257 5 0 17 24 122 27 113
Binary 11000010 11001101 10101111 101 0 1111 10100 1010010 10111 1001011

Color Harmonies of #C2CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDAF

Black with #C2CDAF

Text Example


Text Example

White with #C2CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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