#C3BCAD

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

Shades of Cotton Seed #C3BCAD

Tints of Cotton Seed #C3BCAD

Color information

#C3BCAD (or 0xC3BCAD) is unknown color: approx Cotton Seed. HEX triplet: C3, BC and AD. RGB value is (195,188,173). Sum of RGB (Red+Green+Blue) = 195+188+173=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAD is #3C4352. Grayscale: #BCBCBC. Windows color (decimal): -3949395 or 11386051. OLE color: 11386051.

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

Color convert

RGB195188173-
CMYK00.040.110.24
HSL40.91º15.49%72.16%-
HSV(B)40.91º11.28%76.47%-
XYZ48.0350.5946.77-
YUV188.38119.32132.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=35.07%
G=33.81%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518817300.040.110.2440.9115.4972.16
HexC3BCAD04B1829f48
Octal3032742550413305117110
Binary110000111011110010101101010010111100010100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCAD; }

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

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

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

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

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

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

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

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