#C4BBAD

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

Shades of Cloud #C4BBAD

Tints of Cloud #C4BBAD

Color information

#C4BBAD (or 0xC4BBAD) is unknown color: approx Cloud. HEX triplet: C4, BB and AD. RGB value is (196,187,173). Sum of RGB (Red+Green+Blue) = 196+187+173=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBAD is #3B4452. Grayscale: #BCBCBC. Windows color (decimal): -3884115 or 11385796. OLE color: 11385796.

HSL color Cylindrical-coordinate representation of color #C4BBAD: hue angle of 36.52º 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 #C4BBAD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196187173-
CMYK00.050.120.23
HSL36.52º16.31%72.35%-
HSV(B)36.52º11.73%76.86%-
XYZ48.0850.2946.71-
YUV188.1119.48133.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=35.25%
G=33.63%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618717300.050.120.2336.5216.3172.35
HexC4BBAD05C17251048
Octal3042732550514274520110
Binary1100010010111011101011010101110010111100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBAD; }

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

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

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

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

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

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

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

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