#C4C1BD

Color #C4C1BD Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #C4C1BD

Tints of Cloud #C4C1BD

Color information

#C4C1BD (or 0xC4C1BD) is unknown color: approx Cloud. HEX triplet: C4, C1 and BD. RGB value is (196,193,189). Sum of RGB (Red+Green+Blue) = 196+193+189=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1BD is #3B3E42. Grayscale: #C1C1C1. Windows color (decimal): -3882563 or 12435908. OLE color: 12435908.

HSL color Cylindrical-coordinate representation of color #C4C1BD: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C1BD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196193189-
CMYK00.020.040.23
HSL34.29º5.6%75.49%-
HSV(B)34.29º3.57%76.86%-
XYZ51.0253.5555.79-
YUV193.44125.49129.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=33.91%
G=33.39%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619318900.020.040.2334.295.675.49
HexC4C1BD024172264b
Octal30430127502427426113
Binary110001001100000110111101010100101111000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C1BD; }

 p { color: rgb(196,193,189); }

 H1.HeaderClassName
 {
   color: #C4C1BD;
 }
 .AnyTagClassName
 {
   color: #C4C1BD;
 }
</style>
background-color css

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

 a { background-color: rgb(196,193,189); }

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

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

 span { border-color: rgb(196,193,189); }

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