#C3BDAC

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

Shades of Cotton Seed #C3BDAC

Tints of Cotton Seed #C3BDAC

Color information

#C3BDAC (or 0xC3BDAC) is unknown color: approx Cotton Seed. HEX triplet: C3, BD and AC. RGB value is (195,189,172). Sum of RGB (Red+Green+Blue) = 195+189+172=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDAC is #3C4253. Grayscale: #BCBCBC. Windows color (decimal): -3949140 or 11320771. OLE color: 11320771.

HSL color Cylindrical-coordinate representation of color #C3BDAC: hue angle of 44.35º 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 #C3BDAC is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195189172-
CMYK00.030.120.24
HSL44.35º16.08%71.96%-
HSV(B)44.35º11.79%76.47%-
XYZ48.1550.9846.33-
YUV188.86118.49132.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=35.07%
G=33.99%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518917200.030.120.2444.3516.0871.96
HexC3BDAC03C182c1048
Octal3032752540314305420110
Binary110000111011110110101100011110011000101100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDAC; }

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

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

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

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

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

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

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

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