#C4BCAD

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

Shades of Cloud #C4BCAD

Tints of Cloud #C4BCAD

Color information

#C4BCAD (or 0xC4BCAD) is unknown color: approx Cloud. HEX triplet: C4, BC and AD. RGB value is (196,188,173). Sum of RGB (Red+Green+Blue) = 196+188+173=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAD is #3B4352. Grayscale: #BCBCBC. Windows color (decimal): -3883859 or 11386052. OLE color: 11386052.

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

Color convert

RGB196188173-
CMYK00.040.120.23
HSL39.13º16.31%72.35%-
HSV(B)39.13º11.73%76.86%-
XYZ48.2950.7246.78-
YUV188.68119.15133.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=35.19%
G=33.75%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618817300.040.120.2339.1316.3172.35
HexC4BCAD04C17271048
Octal3042742550414274720110
Binary1100010010111100101011010100110010111100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCAD; }

 p { color: rgb(196,188,173); }

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

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

 a { background-color: rgb(196,188,173); }

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

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

 span { border-color: rgb(196,188,173); }

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