Html Css Color HEX #C3CBB1 Pale Leaf

📋 copy color: '#C3CBB1'

red 195 ◦ green 203 ◦ blue 177

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

Shades of Pale Leaf #C3CBB1

Tints of Pale Leaf #C3CBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.78%

R = 33.91%
G = 35.3%
B = 30.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#C3CBB1 (or 0xC3CBB1) is known color: Pale Leaf. HEX triplet: C3, CB and B1. RGB value is (195,203,177). Sum of RGB (Red+Green+Blue) = 195+203+177=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBB1 is #3C344E. Grayscale: #C5C5C5. Windows color (decimal): -3945551 or 11652035. OLE color: 11652035.

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

Color convert

RGB 195 203 177 -
CMYK 0.04 0 0.13 0.20
HSL 78.46º 0.2% 0.75% -
HSV(B) 78.46º 0.13% 0.8% -
XYZ 51.8 57.49 49.96 -
YUV 197.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 195 203 177 0.04 0 0.13 0.20 78.46 0.2 0.75
Hex C3 CB B1 4 0 D 14 4E 14 4B
Octal 303 313 261 4 0 15 24 116 24 113
Binary 11000011 11001011 10110001 100 0 1101 10100 1001110 10100 1001011

Color Harmonies of #C3CBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBB1

Black with #C3CBB1

Text Example


Text Example

White with #C3CBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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