Html Css Color HEX #C4CCB6 Pale Leaf

📋 copy color: '#C4CCB6'

red 196 ◦ green 204 ◦ blue 182

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

Shades of Pale Leaf #C4CCB6

Tints of Pale Leaf #C4CCB6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

 BLUE value IS 182 (71.48% from 255) = 31.27%

R = 33.68%
G = 35.05%
B = 31.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#C4CCB6 (or 0xC4CCB6) is known color: Pale Leaf. HEX triplet: C4, CC and B6. RGB value is (196,204,182). Sum of RGB (Red+Green+Blue) = 196+204+182=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCB6 is #3B3349. Grayscale: #C7C7C7. Windows color (decimal): -3879754 or 11979972. OLE color: 11979972.

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

Color convert

RGB 196 204 182 -
CMYK 0.04 0 0.11 0.2
HSL 81.82º 0.18% 0.76% -
HSV(B) 81.82º 0.11% 0.8% -
XYZ 52.8 58.3 52.73 -
YUV 199.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 196 204 182 0.04 0 0.11 0.2 81.82 0.18 0.76
Hex C4 CC B6 4 0 B 14 52 12 4C
Octal 304 314 266 4 0 13 24 122 22 114
Binary 11000100 11001100 10110110 100 0 1011 10100 1010010 10010 1001100

Color Harmonies of #C4CCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCB6

Black with #C4CCB6

Text Example


Text Example

White with #C4CCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCB6; }

 p { color: rgb(196,204,182); }

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

background-color css

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

 a { background-color: rgb(196,204,182); }

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

border-color css

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

 span { border-color: rgb(196,204,182); }

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