Html Css Color HEX #C1BDB2 Cotton Seed

📋 copy color: '#C1BDB2'

red 193 ◦ green 189 ◦ blue 178

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

Shades of Cotton Seed #C1BDB2

Tints of Cotton Seed #C1BDB2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

 BLUE value IS 178 (69.92% from 255) = 31.79%

R = 34.46%
G = 33.75%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C1BDB2 (or 0xC1BDB2) is known color: Cotton Seed. HEX triplet: C1, BD and B2. RGB value is (193,189,178). Sum of RGB (Red+Green+Blue) = 193+189+178=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDB2 is #3E424D. Grayscale: #BCBCBC. Windows color (decimal): -4080206 or 11713985. OLE color: 11713985.

HSL color Cylindrical-coordinate representation of color #C1BDB2: hue angle of 44º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BDB2 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 189 178 -
CMYK 0 0.02 0.08 0.24
HSL 44º 0.11% 0.73% -
HSV(B) 44º 0.08% 0.76% -
XYZ 48.23 50.95 49.41 -
YUV 188.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 193 189 178 0 0.02 0.08 0.24 44 0.11 0.73
Hex C1 BD B2 0 2 8 18 2C B 49
Octal 301 275 262 0 2 10 30 54 13 111
Binary 11000001 10111101 10110010 0 10 1000 11000 101100 1011 1001001

Color Harmonies of #C1BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDB2

Black with #C1BDB2

Text Example


Text Example

White with #C1BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDB2; }

 p { color: rgb(193,189,178); }

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

background-color css

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

 a { background-color: rgb(193,189,178); }

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

border-color css

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

 span { border-color: rgb(193,189,178); }

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