Html Css Color HEX #C1BBAF Cotton Seed

📋 copy color: '#C1BBAF'

red 193 ◦ green 187 ◦ blue 175

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

Shades of Cotton Seed #C1BBAF

Tints of Cotton Seed #C1BBAF

RGB

 RED value IS 193 (75.78% from 255) = 34.77%

 GREEN value IS 187 (73.44% from 255) = 33.69%

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

R = 34.77%
G = 33.69%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C1BBAF (or 0xC1BBAF) is known color: Cotton Seed. HEX triplet: C1, BB and AF. RGB value is (193,187,175). Sum of RGB (Red+Green+Blue) = 193+187+175=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BBAF is #3E4450. Grayscale: #BBBBBB. Windows color (decimal): -4080721 or 11516865. OLE color: 11516865.

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

Color convert

RGB 193 187 175 -
CMYK 0 0.03 0.09 0.24
HSL 40º 0.13% 0.72% -
HSV(B) 40º 0.09% 0.76% -
XYZ 47.5 49.97 47.7 -
YUV 187.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 193 187 175 0 0.03 0.09 0.24 40 0.13 0.72
Hex C1 BB AF 0 3 9 18 28 D 48
Octal 301 273 257 0 3 11 30 50 15 110
Binary 11000001 10111011 10101111 0 11 1001 11000 101000 1101 1001000

Color Harmonies of #C1BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBAF

Black with #C1BBAF

Text Example


Text Example

White with #C1BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBAF; }

 p { color: rgb(193,187,175); }

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

background-color css

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

 a { background-color: rgb(193,187,175); }

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

border-color css

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

 span { border-color: rgb(193,187,175); }

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