Html Css Color HEX #C3CBB5 Pale Leaf

📋 copy color: '#C3CBB5'

red 195 ◦ green 203 ◦ blue 181

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

Shades of Pale Leaf #C3CBB5

Tints of Pale Leaf #C3CBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.26%

R = 33.68%
G = 35.06%
B = 31.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#C3CBB5 (or 0xC3CBB5) is known color: Pale Leaf. HEX triplet: C3, CB and B5. RGB value is (195,203,181). Sum of RGB (Red+Green+Blue) = 195+203+181=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBB5 is #3C344A. Grayscale: #C6C6C6. Windows color (decimal): -3945547 or 11914179. OLE color: 11914179.

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

Color convert

RGB 195 203 181 -
CMYK 0.04 0 0.11 0.20
HSL 81.82º 0.17% 0.75% -
HSV(B) 81.82º 0.11% 0.8% -
XYZ 52.2 57.65 52.09 -
YUV 198.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 195 203 181 0.04 0 0.11 0.20 81.82 0.17 0.75
Hex C3 CB B5 4 0 B 14 52 11 4B
Octal 303 313 265 4 0 13 24 122 21 113
Binary 11000011 11001011 10110101 100 0 1011 10100 1010010 10001 1001011

Color Harmonies of #C3CBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBB5

Black with #C3CBB5

Text Example


Text Example

White with #C3CBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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