#C3BCAC

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

Shades of Cotton Seed #C3BCAC

Tints of Cotton Seed #C3BCAC

Color information

#C3BCAC (or 0xC3BCAC) is unknown color: approx Cotton Seed. HEX triplet: C3, BC and AC. RGB value is (195,188,172). Sum of RGB (Red+Green+Blue) = 195+188+172=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAC is #3C4353. Grayscale: #BCBCBC. Windows color (decimal): -3949396 or 11320515. OLE color: 11320515.

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

Color convert

RGB195188172-
CMYK00.040.120.24
HSL41.74º16.08%71.96%-
HSV(B)41.74º11.79%76.47%-
XYZ47.9450.5546.26-
YUV188.27118.82132.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=35.14%
G=33.87%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518817200.040.120.2441.7416.0871.96
HexC3BCAC04C182a1048
Octal3032742540414305220110
Binary1100001110111100101011000100110011000101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCAC; }

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

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

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

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

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

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

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

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