Html Css Color HEX #C2BCAC Cotton Seed

📋 copy color: '#C2BCAC'

red 194 ◦ green 188 ◦ blue 172

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

Shades of Cotton Seed #C2BCAC

Tints of Cotton Seed #C2BCAC

RGB

 RED value IS 194 (76.17% from 255) = 35.02%

 GREEN value IS 188 (73.83% from 255) = 33.94%

 BLUE value IS 172 (67.58% from 255) = 31.05%

R = 35.02%
G = 33.94%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2BCAC (or 0xC2BCAC) is known color: Cotton Seed. HEX triplet: C2, BC and AC. RGB value is (194,188,172). Sum of RGB (Red+Green+Blue) = 194+188+172=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAC is #3D4353. Grayscale: #BCBCBC. Windows color (decimal): -4014932 or 11320514. OLE color: 11320514.

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

Color convert

RGB 194 188 172 -
CMYK 0 0.03 0.11 0.24
HSL 43.64º 0.15% 0.72% -
HSV(B) 43.64º 0.11% 0.76% -
XYZ 47.68 50.41 46.25 -
YUV 187.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 194 188 172 0 0.03 0.11 0.24 43.64 0.15 0.72
Hex C2 BC AC 0 3 B 18 2C F 48
Octal 302 274 254 0 3 13 30 54 17 110
Binary 11000010 10111100 10101100 0 11 1011 11000 101100 1111 1001000

Color Harmonies of #C2BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCAC

Black with #C2BCAC

Text Example


Text Example

White with #C2BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCAC; }

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

 H1.HeaderClassName
 {
   color: #C2BCAC;
 }
 .AnyTagClassName
 {
   color: #C2BCAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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