Html Css Color HEX #C2CFA3 Pale Leaf

📋 copy color: '#C2CFA3'

red 194 ◦ green 207 ◦ blue 163

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

Shades of Pale Leaf #C2CFA3

Tints of Pale Leaf #C2CFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.9%

R = 34.4%
G = 36.7%
B = 28.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#C2CFA3 (or 0xC2CFA3) is known color: Pale Leaf. HEX triplet: C2, CF and A3. RGB value is (194,207,163). Sum of RGB (Red+Green+Blue) = 194+207+163=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFA3 is #3D305C. Grayscale: #C6C6C6. Windows color (decimal): -4010077 or 10735554. OLE color: 10735554.

HSL color Cylindrical-coordinate representation of color #C2CFA3: hue angle of 77.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CFA3 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 207 163 -
CMYK 0.06 0 0.21 0.19
HSL 77.73º 0.31% 0.73% -
HSV(B) 77.73º 0.21% 0.81% -
XYZ 51.17 58.74 43.29 -
YUV 198.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 194 207 163 0.06 0 0.21 0.19 77.73 0.31 0.73
Hex C2 CF A3 6 0 15 13 4E 1F 49
Octal 302 317 243 6 0 25 23 116 37 111
Binary 11000010 11001111 10100011 110 0 10101 10011 1001110 11111 1001001

Color Harmonies of #C2CFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFA3

Black with #C2CFA3

Text Example


Text Example

White with #C2CFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFA3; }

 p { color: rgb(194,207,163); }

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

background-color css

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

 a { background-color: rgb(194,207,163); }

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

border-color css

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

 span { border-color: rgb(194,207,163); }

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