#C8BFAF

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

Shades of Cloud #C8BFAF

Tints of Cloud #C8BFAF

Color information

#C8BFAF (or 0xC8BFAF) is unknown color: approx Cloud. HEX triplet: C8, BF and AF. RGB value is (200,191,175). Sum of RGB (Red+Green+Blue) = 200+191+175=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BFAF is #374050. Grayscale: #BFBFBF. Windows color (decimal): -3620945 or 11517896. OLE color: 11517896.

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

Color convert

RGB200191175-
CMYK00.040.120.22
HSL38.4º18.52%73.53%-
HSV(B)38.4º12.5%78.43%-
XYZ50.1952.6448.07-
YUV191.87118.48133.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=35.34%
G=33.75%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019117500.040.120.2238.418.5273.53
HexC8BFAF04C1626134a
Octal3102772570414264623112
Binary1100100010111111101011110100110010110100110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFAF; }

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

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

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

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

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

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

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

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