#C8BCAF

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

Shades of Cloud #C8BCAF

Tints of Cloud #C8BCAF

Color information

#C8BCAF (or 0xC8BCAF) is unknown color: approx Cloud. HEX triplet: C8, BC and AF. RGB value is (200,188,175). Sum of RGB (Red+Green+Blue) = 200+188+175=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAF is #374350. Grayscale: #BEBEBE. Windows color (decimal): -3621713 or 11517128. OLE color: 11517128.

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

Color convert

RGB200188175-
CMYK00.060.120.22
HSL31.2º18.52%73.53%-
HSV(B)31.2º12.5%78.43%-
XYZ49.5451.3447.86-
YUV190.11119.48135.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=35.52%
G=33.39%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018817500.060.120.2231.218.5273.53
HexC8BCAF06C161f134a
Octal3102742570614263723112
Binary110010001011110010101111011011001011011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCAF; }

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

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

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

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

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

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

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

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