Html Css Color HEX #C2BCAF Cotton Seed

📋 copy color: '#C2BCAF'

red 194 ◦ green 188 ◦ blue 175

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

Shades of Cotton Seed #C2BCAF

Tints of Cotton Seed #C2BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.42%

R = 34.83%
G = 33.75%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2BCAF (or 0xC2BCAF) is known color: Cotton Seed. HEX triplet: C2, BC and AF. RGB value is (194,188,175). Sum of RGB (Red+Green+Blue) = 194+188+175=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAF is #3D4350. Grayscale: #BCBCBC. Windows color (decimal): -4014929 or 11517122. OLE color: 11517122.

HSL color Cylindrical-coordinate representation of color #C2BCAF: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2BCAF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 175 -
CMYK 0 0.03 0.10 0.24
HSL 41.05º 0.13% 0.72% -
HSV(B) 41.05º 0.1% 0.76% -
XYZ 47.97 50.53 47.78 -
YUV 188.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 194 188 175 0 0.03 0.10 0.24 41.05 0.13 0.72
Hex C2 BC AF 0 3 A 18 29 D 48
Octal 302 274 257 0 3 12 30 51 15 110
Binary 11000010 10111100 10101111 0 11 1010 11000 101001 1101 1001000

Color Harmonies of #C2BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCAF

Black with #C2BCAF

Text Example


Text Example

White with #C2BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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