#C3BBA9

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

Shades of Cotton Seed #C3BBA9

Tints of Cotton Seed #C3BBA9

Color information

#C3BBA9 (or 0xC3BBA9) is unknown color: approx Cotton Seed. HEX triplet: C3, BB and A9. RGB value is (195,187,169). Sum of RGB (Red+Green+Blue) = 195+187+169=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBA9 is #3C4456. Grayscale: #BBBBBB. Windows color (decimal): -3949655 or 11123651. OLE color: 11123651.

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

Color convert

RGB195187169-
CMYK00.040.130.24
HSL41.54º17.81%71.37%-
HSV(B)41.54º13.33%76.47%-
XYZ47.4450.0144.69-
YUV187.34117.65133.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 169 (66.41% from 255) = 30.67%
R=35.39%
G=33.94%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518716900.040.130.2441.5417.8171.37
HexC3BBA904D182a1247
Octal3032732510415305222107
Binary1100001110111011101010010100110111000101010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBA9; }

 p { color: rgb(195,187,169); }

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

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

 a { background-color: rgb(195,187,169); }

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

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

 span { border-color: rgb(195,187,169); }

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