#C3BDB1

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

Shades of Cloud #C3BDB1

Tints of Cloud #C3BDB1

Color information

#C3BDB1 (or 0xC3BDB1) is unknown color: approx Cloud. HEX triplet: C3, BD and B1. RGB value is (195,189,177). Sum of RGB (Red+Green+Blue) = 195+189+177=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDB1 is #3C424E. Grayscale: #BDBDBD. Windows color (decimal): -3949135 or 11648451. OLE color: 11648451.

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

Color convert

RGB195189177-
CMYK00.030.090.24
HSL40º13.04%72.94%-
HSV(B)40º9.23%76.47%-
XYZ48.6451.1748.91-
YUV189.43120.99131.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=34.76%
G=33.69%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518917700.030.090.244013.0472.94
HexC3BDB10391828d49
Octal3032752610311305015111
Binary11000011101111011011000101110011100010100011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDB1; }

 p { color: rgb(195,189,177); }

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

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

 a { background-color: rgb(195,189,177); }

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

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

 span { border-color: rgb(195,189,177); }

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