Html Css Color HEX #C4CCB3 Pale Leaf

📋 copy color: '#C4CCB3'

red 196 ◦ green 204 ◦ blue 179

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

Shades of Pale Leaf #C4CCB3

Tints of Pale Leaf #C4CCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.92%

R = 33.85%
G = 35.23%
B = 30.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#C4CCB3 (or 0xC4CCB3) is known color: Pale Leaf. HEX triplet: C4, CC and B3. RGB value is (196,204,179). Sum of RGB (Red+Green+Blue) = 196+204+179=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCB3 is #3B334C. Grayscale: #C6C6C6. Windows color (decimal): -3879757 or 11783364. OLE color: 11783364.

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

Color convert

RGB 196 204 179 -
CMYK 0.04 0 0.12 0.2
HSL 79.2º 0.2% 0.75% -
HSV(B) 79.2º 0.12% 0.8% -
XYZ 52.49 58.18 51.11 -
YUV 198.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 196 204 179 0.04 0 0.12 0.2 79.2 0.2 0.75
Hex C4 CC B3 4 0 C 14 4F 14 4B
Octal 304 314 263 4 0 14 24 117 24 113
Binary 11000100 11001100 10110011 100 0 1100 10100 1001111 10100 1001011

Color Harmonies of #C4CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCB3

Black with #C4CCB3

Text Example


Text Example

White with #C4CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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