Html Css Color HEX #C4CBB5 Pale Leaf

📋 copy color: '#C4CBB5'

red 196 ◦ green 203 ◦ blue 181

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

Shades of Pale Leaf #C4CBB5

Tints of Pale Leaf #C4CBB5

RGB

 RED value IS 196 (76.95% from 255) = 33.79%

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

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

R = 33.79%
G = 35%
B = 31.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#C4CBB5 (or 0xC4CBB5) is known color: Pale Leaf. HEX triplet: C4, CB and B5. RGB value is (196,203,181). Sum of RGB (Red+Green+Blue) = 196+203+181=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBB5 is #3B344A. Grayscale: #C6C6C6. Windows color (decimal): -3880011 or 11914180. OLE color: 11914180.

HSL color Cylindrical-coordinate representation of color #C4CBB5: hue angle of 79.09º 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 #C4CBB5 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 203 181 -
CMYK 0.03 0 0.11 0.20
HSL 79.09º 0.17% 0.75% -
HSV(B) 79.09º 0.11% 0.8% -
XYZ 52.46 57.78 52.1 -
YUV 198.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 196 203 181 0.03 0 0.11 0.20 79.09 0.17 0.75
Hex C4 CB B5 3 0 B 14 4F 11 4B
Octal 304 313 265 3 0 13 24 117 21 113
Binary 11000100 11001011 10110101 11 0 1011 10100 1001111 10001 1001011

Color Harmonies of #C4CBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBB5

Black with #C4CBB5

Text Example


Text Example

White with #C4CBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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