#C3BCAA

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

Shades of Cotton Seed #C3BCAA

Tints of Cotton Seed #C3BCAA

Color information

#C3BCAA (or 0xC3BCAA) is unknown color: approx Cotton Seed. HEX triplet: C3, BC and AA. RGB value is (195,188,170). Sum of RGB (Red+Green+Blue) = 195+188+170=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAA is #3C4355. Grayscale: #BCBCBC. Windows color (decimal): -3949398 or 11189443. OLE color: 11189443.

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

Color convert

RGB195188170-
CMYK00.040.130.24
HSL43.2º17.24%71.57%-
HSV(B)43.2º12.82%76.47%-
XYZ47.7450.4745.26-
YUV188.04117.82132.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=35.26%
G=34.00%
B=30.74%

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
Decimal19518817000.040.130.2443.217.2471.57
HexC3BCAA04D182b1148
Octal3032742520415305321110
Binary1100001110111100101010100100110111000101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCAA; }

 p { color: rgb(195,188,170); }

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

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

 a { background-color: rgb(195,188,170); }

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

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

 span { border-color: rgb(195,188,170); }

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