#C0BAAE

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

Shades of Cotton Seed #C0BAAE

Tints of Cotton Seed #C0BAAE

Color information

#C0BAAE (or 0xC0BAAE) is unknown color: approx Cotton Seed. HEX triplet: C0, BA and AE. RGB value is (192,186,174). Sum of RGB (Red+Green+Blue) = 192+186+174=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAE is #3F4551. Grayscale: #BABABA. Windows color (decimal): -4146514 or 11451072. OLE color: 11451072.

HSL color Cylindrical-coordinate representation of color #C0BAAE: hue angle of 40º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BAAE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192186174-
CMYK00.030.090.25
HSL40º12.5%71.76%-
HSV(B)40º9.38%75.29%-
XYZ46.9449.3847.1-
YUV186.43120.99131.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=34.78%
G=33.70%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617400.030.090.254012.571.76
HexC0BAAE0391928d48
Octal3002722560311315015110
Binary11000000101110101010111001110011100110100011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAAE; }

 p { color: rgb(192,186,174); }

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

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

 a { background-color: rgb(192,186,174); }

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

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

 span { border-color: rgb(192,186,174); }

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