Html Css Color HEX #C3CE9E Pale Leaf

📋 copy color: '#C3CE9E'

red 195 ◦ green 206 ◦ blue 158

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

Shades of Pale Leaf #C3CE9E

Tints of Pale Leaf #C3CE9E

RGB

 RED value IS 195 (76.56% from 255) = 34.88%

 GREEN value IS 206 (80.86% from 255) = 36.85%

 BLUE value IS 158 (62.11% from 255) = 28.26%

R = 34.88%
G = 36.85%
B = 28.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#C3CE9E (or 0xC3CE9E) is known color: Pale Leaf. HEX triplet: C3, CE and 9E. RGB value is (195,206,158). Sum of RGB (Red+Green+Blue) = 195+206+158=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CE9E is #3C3161. Grayscale: #C5C5C5. Windows color (decimal): -3944802 or 10407619. OLE color: 10407619.

HSL color Cylindrical-coordinate representation of color #C3CE9E: hue angle of 73.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3CE9E is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 158 -
CMYK 0.05 0 0.23 0.19
HSL 73.75º 0.33% 0.71% -
HSV(B) 73.75º 0.23% 0.81% -
XYZ 50.75 58.21 40.91 -
YUV 197.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 195 206 158 0.05 0 0.23 0.19 73.75 0.33 0.71
Hex C3 CE 9E 5 0 17 13 4A 21 47
Octal 303 316 236 5 0 27 23 112 41 107
Binary 11000011 11001110 10011110 101 0 10111 10011 1001010 100001 1000111

Color Harmonies of #C3CE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CE9E

Black with #C3CE9E

Text Example


Text Example

White with #C3CE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CE9E; }

 p { color: rgb(195,206,158); }

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

background-color css

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

 a { background-color: rgb(195,206,158); }

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

border-color css

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

 span { border-color: rgb(195,206,158); }

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