Html Css Color HEX #C3CBAC Pale Leaf

📋 copy color: '#C3CBAC'

red 195 ◦ green 203 ◦ blue 172

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

Shades of Pale Leaf #C3CBAC

Tints of Pale Leaf #C3CBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 172 (67.58% from 255) = 30.18%

R = 34.21%
G = 35.61%
B = 30.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#C3CBAC (or 0xC3CBAC) is known color: Pale Leaf. HEX triplet: C3, CB and AC. RGB value is (195,203,172). Sum of RGB (Red+Green+Blue) = 195+203+172=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBAC is #3C3453. Grayscale: #C5C5C5. Windows color (decimal): -3945556 or 11324355. OLE color: 11324355.

HSL color Cylindrical-coordinate representation of color #C3CBAC: hue angle of 75.48º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3CBAC is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 203 172 -
CMYK 0.04 0 0.15 0.20
HSL 75.48º 0.23% 0.74% -
HSV(B) 75.48º 0.15% 0.8% -
XYZ 51.31 57.29 47.38 -
YUV 197.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 195 203 172 0.04 0 0.15 0.20 75.48 0.23 0.74
Hex C3 CB AC 4 0 F 14 4B 17 4A
Octal 303 313 254 4 0 17 24 113 27 112
Binary 11000011 11001011 10101100 100 0 1111 10100 1001011 10111 1001010

Color Harmonies of #C3CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBAC

Black with #C3CBAC

Text Example


Text Example

White with #C3CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBAC; }

 p { color: rgb(195,203,172); }

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

background-color css

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

 a { background-color: rgb(195,203,172); }

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

border-color css

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

 span { border-color: rgb(195,203,172); }

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