#C8BFAD

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

Shades of Cloud #C8BFAD

Tints of Cloud #C8BFAD

Color information

#C8BFAD (or 0xC8BFAD) is unknown color: approx Cloud. HEX triplet: C8, BF and AD. RGB value is (200,191,173). Sum of RGB (Red+Green+Blue) = 200+191+173=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFAD is #374052. Grayscale: #BFBFBF. Windows color (decimal): -3620947 or 11386824. OLE color: 11386824.

HSL color Cylindrical-coordinate representation of color #C8BFAD: hue angle of 40º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BFAD is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200191173-
CMYK00.040.140.22
HSL40º19.71%73.14%-
HSV(B)40º13.5%78.43%-
XYZ49.9952.5647.04-
YUV191.64117.48133.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=35.46%
G=33.87%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019117300.040.140.224019.7173.14
HexC8BFAD04E16281449
Octal3102772550416265024111
Binary1100100010111111101011010100111010110101000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFAD; }

 p { color: rgb(200,191,173); }

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

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

 a { background-color: rgb(200,191,173); }

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

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

 span { border-color: rgb(200,191,173); }

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