Html Css Color HEX #C1BDB3 Cotton Seed

📋 copy color: '#C1BDB3'

red 193 ◦ green 189 ◦ blue 179

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

Shades of Cotton Seed #C1BDB3

Tints of Cotton Seed #C1BDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.91%

R = 34.4%
G = 33.69%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C1BDB3 (or 0xC1BDB3) is known color: Cotton Seed. HEX triplet: C1, BD and B3. RGB value is (193,189,179). Sum of RGB (Red+Green+Blue) = 193+189+179=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDB3 is #3E424C. Grayscale: #BDBDBD. Windows color (decimal): -4080205 or 11779521. OLE color: 11779521.

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

Color convert

RGB 193 189 179 -
CMYK 0 0.02 0.07 0.24
HSL 42.86º 0.1% 0.73% -
HSV(B) 42.86º 0.07% 0.76% -
XYZ 48.33 50.99 49.94 -
YUV 189.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 193 189 179 0 0.02 0.07 0.24 42.86 0.1 0.73
Hex C1 BD B3 0 2 7 18 2B A 49
Octal 301 275 263 0 2 7 30 53 12 111
Binary 11000001 10111101 10110011 0 10 111 11000 101011 1010 1001001

Color Harmonies of #C1BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDB3

Black with #C1BDB3

Text Example


Text Example

White with #C1BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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