#C3BEB8

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

Shades of Cloud #C3BEB8

Tints of Cloud #C3BEB8

Color information

#C3BEB8 (or 0xC3BEB8) is unknown color: approx Cloud. HEX triplet: C3, BE and B8. RGB value is (195,190,184). Sum of RGB (Red+Green+Blue) = 195+190+184=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEB8 is #3C4147. Grayscale: #BEBEBE. Windows color (decimal): -3948872 or 12107459. OLE color: 12107459.

HSL color Cylindrical-coordinate representation of color #C3BEB8: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BEB8 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195190184-
CMYK00.030.060.24
HSL32.73º8.4%74.31%-
HSV(B)32.73º5.64%76.47%-
XYZ49.5751.8952.75-
YUV190.81124.16130.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 184 (72.27% from 255) = 32.34%
R=34.27%
G=33.39%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519018400.030.060.2432.738.474.31
HexC3BEB8036182184a
Octal303276270036304110112
Binary1100001110111110101110000111101100010000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEB8; }

 p { color: rgb(195,190,184); }

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

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

 a { background-color: rgb(195,190,184); }

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

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

 span { border-color: rgb(195,190,184); }

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