Html Css Color HEX #C2BDAE Cotton Seed

📋 copy color: '#C2BDAE'

red 194 ◦ green 189 ◦ blue 174

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

Shades of Cotton Seed #C2BDAE

Tints of Cotton Seed #C2BDAE

RGB

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

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

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

R = 34.83%
G = 33.93%
B = 31.24%

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

#C2BDAE (or 0xC2BDAE) is known color: Cotton Seed. HEX triplet: C2, BD and AE. RGB value is (194,189,174). Sum of RGB (Red+Green+Blue) = 194+189+174=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDAE is #3D4251. Grayscale: #BCBCBC. Windows color (decimal): -4014674 or 11451842. OLE color: 11451842.

HSL color Cylindrical-coordinate representation of color #C2BDAE: hue angle of 45º degrees, saturation: 0.14, 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 #C2BDAE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 174 -
CMYK 0 0.03 0.10 0.24
HSL 45º 0.14% 0.72% -
HSV(B) 45º 0.1% 0.76% -
XYZ 48.09 50.92 47.34 -
YUV 188.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 194 189 174 0 0.03 0.10 0.24 45 0.14 0.72
Hex C2 BD AE 0 3 A 18 2D E 48
Octal 302 275 256 0 3 12 30 55 16 110
Binary 11000010 10111101 10101110 0 11 1010 11000 101101 1110 1001000

Color Harmonies of #C2BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDAE

Black with #C2BDAE

Text Example


Text Example

White with #C2BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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