Html Css Color HEX #C2BDB0 Cotton Seed

📋 copy color: '#C2BDB0'

red 194 ◦ green 189 ◦ blue 176

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

Shades of Cotton Seed #C2BDB0

Tints of Cotton Seed #C2BDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.48%

R = 34.7%
G = 33.81%
B = 31.48%

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

#C2BDB0 (or 0xC2BDB0) is known color: Cotton Seed. HEX triplet: C2, BD and B0. RGB value is (194,189,176). Sum of RGB (Red+Green+Blue) = 194+189+176=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDB0 is #3D424F. Grayscale: #BDBDBD. Windows color (decimal): -4014672 or 11582914. OLE color: 11582914.

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

Color convert

RGB 194 189 176 -
CMYK 0 0.03 0.09 0.24
HSL 43.33º 0.13% 0.73% -
HSV(B) 43.33º 0.09% 0.76% -
XYZ 48.28 51 48.37 -
YUV 189.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 194 189 176 0 0.03 0.09 0.24 43.33 0.13 0.73
Hex C2 BD B0 0 3 9 18 2B D 49
Octal 302 275 260 0 3 11 30 53 15 111
Binary 11000010 10111101 10110000 0 11 1001 11000 101011 1101 1001001

Color Harmonies of #C2BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDB0

Black with #C2BDB0

Text Example


Text Example

White with #C2BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDB0; }

 p { color: rgb(194,189,176); }

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

background-color css

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

 a { background-color: rgb(194,189,176); }

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

border-color css

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

 span { border-color: rgb(194,189,176); }

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