Html Css Color HEX #C0BAAE Cotton Seed

📋 copy color: '#C0BAAE'

red 192 ◦ green 186 ◦ blue 174

#C0BAAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #C0BAAE

Tints of Cotton Seed #C0BAAE

RGB

 RED value IS 192 (75.39% from 255) = 34.78%

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 174 (68.36% from 255) = 31.52%

R = 34.78%
G = 33.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C0BAAE (or 0xC0BAAE) is known color: 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.12, 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

RGB 192 186 174 -
CMYK 0 0.03 0.09 0.25
HSL 40º 0.13% 0.72% -
HSV(B) 40º 0.09% 0.75% -
XYZ 46.94 49.38 47.1 -
YUV 186.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 192 186 174 0 0.03 0.09 0.25 40 0.13 0.72
Hex C0 BA AE 0 3 9 19 28 C 48
Octal 300 272 256 0 3 11 31 50 14 110
Binary 11000000 10111010 10101110 0 11 1001 11001 101000 1100 1001000

Color Harmonies of #C0BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BAAE

Black with #C0BAAE

Text Example


Text Example

White with #C0BAAE

Text Example


Text Example

HTML Codes & Css Web 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>