#C8BEAE

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

Shades of Cloud #C8BEAE

Tints of Cloud #C8BEAE

Color information

#C8BEAE (or 0xC8BEAE) is unknown color: approx Cloud. HEX triplet: C8, BE and AE. RGB value is (200,190,174). Sum of RGB (Red+Green+Blue) = 200+190+174=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BEAE is #374151. Grayscale: #BFBFBF. Windows color (decimal): -3621202 or 11452104. OLE color: 11452104.

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

Color convert

RGB200190174-
CMYK00.050.130.22
HSL36.92º19.12%73.33%-
HSV(B)36.92º13%78.43%-
XYZ49.8752.1647.48-
YUV191.17118.31134.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=35.46%
G=33.69%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019017400.050.130.2236.9219.1273.33
HexC8BEAE05D16251349
Octal3102762560515264523111
Binary1100100010111110101011100101110110110100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEAE; }

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

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

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

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

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

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

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

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