Html Css Color HEX #C1CFAA Pale Leaf

📋 copy color: '#C1CFAA'

red 193 ◦ green 207 ◦ blue 170

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

Shades of Pale Leaf #C1CFAA

Tints of Pale Leaf #C1CFAA

RGB

 RED value IS 193 (75.78% from 255) = 33.86%

 GREEN value IS 207 (81.25% from 255) = 36.32%

 BLUE value IS 170 (66.8% from 255) = 29.82%

R = 33.86%
G = 36.32%
B = 29.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C1CFAA (or 0xC1CFAA) is known color: Pale Leaf. HEX triplet: C1, CF and AA. RGB value is (193,207,170). Sum of RGB (Red+Green+Blue) = 193+207+170=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CFAA is #3E3055. Grayscale: #C6C6C6. Windows color (decimal): -4075606 or 11194305. OLE color: 11194305.

HSL color Cylindrical-coordinate representation of color #C1CFAA: hue angle of 82.7º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CFAA is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 207 170 -
CMYK 0.07 0 0.18 0.19
HSL 82.7º 0.28% 0.74% -
HSV(B) 82.7º 0.18% 0.81% -
XYZ 51.56 58.87 46.67 -
YUV 198.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 193 207 170 0.07 0 0.18 0.19 82.7 0.28 0.74
Hex C1 CF AA 7 0 12 13 53 1C 4A
Octal 301 317 252 7 0 22 23 123 34 112
Binary 11000001 11001111 10101010 111 0 10010 10011 1010011 11100 1001010

Color Harmonies of #C1CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFAA

Black with #C1CFAA

Text Example


Text Example

White with #C1CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFAA; }

 p { color: rgb(193,207,170); }

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

background-color css

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

 a { background-color: rgb(193,207,170); }

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

border-color css

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

 span { border-color: rgb(193,207,170); }

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