#C8BEAD

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

Shades of Cloud #C8BEAD

Tints of Cloud #C8BEAD

Color information

#C8BEAD (or 0xC8BEAD) is unknown color: approx Cloud. HEX triplet: C8, BE and AD. RGB value is (200,190,173). Sum of RGB (Red+Green+Blue) = 200+190+173=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEAD is #374152. Grayscale: #BFBFBF. Windows color (decimal): -3621203 or 11386568. OLE color: 11386568.

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

Color convert

RGB200190173-
CMYK00.050.140.22
HSL37.78º19.71%73.14%-
HSV(B)37.78º13.5%78.43%-
XYZ49.7852.1246.97-
YUV191.05117.81134.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=35.52%
G=33.75%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019017300.050.140.2237.7819.7173.14
HexC8BEAD05E16261449
Octal3102762550516264624111
Binary1100100010111110101011010101111010110100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEAD; }

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

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

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

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

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

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

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

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