Html Css Color HEX #C3CEB3 Pale Leaf

📋 copy color: '#C3CEB3'

red 195 ◦ green 206 ◦ blue 179

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

Shades of Pale Leaf #C3CEB3

Tints of Pale Leaf #C3CEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.86%

R = 33.62%
G = 35.52%
B = 30.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C3CEB3 (or 0xC3CEB3) is known color: Pale Leaf. HEX triplet: C3, CE and B3. RGB value is (195,206,179). Sum of RGB (Red+Green+Blue) = 195+206+179=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEB3 is #3C314C. Grayscale: #C7C7C7. Windows color (decimal): -3944781 or 11783875. OLE color: 11783875.

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

Color convert

RGB 195 206 179 -
CMYK 0.05 0 0.13 0.19
HSL 84.44º 0.22% 0.75% -
HSV(B) 84.44º 0.13% 0.81% -
XYZ 52.71 59 51.26 -
YUV 199.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 195 206 179 0.05 0 0.13 0.19 84.44 0.22 0.75
Hex C3 CE B3 5 0 D 13 54 16 4B
Octal 303 316 263 5 0 15 23 124 26 113
Binary 11000011 11001110 10110011 101 0 1101 10011 1010100 10110 1001011

Color Harmonies of #C3CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CEB3

Black with #C3CEB3

Text Example


Text Example

White with #C3CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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