#C3BFB6

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

Shades of Cloud #C3BFB6

Tints of Cloud #C3BFB6

Color information

#C3BFB6 (or 0xC3BFB6) is unknown color: approx Cloud. HEX triplet: C3, BF and B6. RGB value is (195,191,182). Sum of RGB (Red+Green+Blue) = 195+191+182=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFB6 is #3C4049. Grayscale: #BFBFBF. Windows color (decimal): -3948618 or 11976643. OLE color: 11976643.

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

Color convert

RGB195191182-
CMYK00.020.070.24
HSL41.54º9.77%73.92%-
HSV(B)41.54º6.67%76.47%-
XYZ49.5852.2451.73-
YUV191.17122.83130.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=34.33%
G=33.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519118200.020.070.2441.549.7773.92
HexC3BFB6027182aa4a
Octal303277266027305212112
Binary1100001110111111101101100101111100010101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFB6; }

 p { color: rgb(195,191,182); }

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

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

 a { background-color: rgb(195,191,182); }

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

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

 span { border-color: rgb(195,191,182); }

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