Html Css Color HEX #C1BBAE Cotton Seed

📋 copy color: '#C1BBAE'

red 193 ◦ green 187 ◦ blue 174

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

Shades of Cotton Seed #C1BBAE

Tints of Cotton Seed #C1BBAE

RGB

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

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

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

R = 34.84%
G = 33.75%
B = 31.41%

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

#C1BBAE (or 0xC1BBAE) is known color: Cotton Seed. HEX triplet: C1, BB and AE. RGB value is (193,187,174). Sum of RGB (Red+Green+Blue) = 193+187+174=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BBAE is #3E4451. Grayscale: #BBBBBB. Windows color (decimal): -4080722 or 11451329. OLE color: 11451329.

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

Color convert

RGB 193 187 174 -
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.4 49.93 47.18 -
YUV 187.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 193 187 174 0 0.03 0.10 0.24 41.05 0.13 0.72
Hex C1 BB AE 0 3 A 18 29 D 48
Octal 301 273 256 0 3 12 30 51 15 110
Binary 11000001 10111011 10101110 0 11 1010 11000 101001 1101 1001000

Color Harmonies of #C1BBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBAE

Black with #C1BBAE

Text Example


Text Example

White with #C1BBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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