Html Css Color HEX #C2BDAF Cotton Seed

📋 copy color: '#C2BDAF'

red 194 ◦ green 189 ◦ blue 175

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

Shades of Cotton Seed #C2BDAF

Tints of Cotton Seed #C2BDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 34.77%
G = 33.87%
B = 31.36%

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

#C2BDAF (or 0xC2BDAF) is known color: Cotton Seed. HEX triplet: C2, BD and AF. RGB value is (194,189,175). Sum of RGB (Red+Green+Blue) = 194+189+175=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDAF is #3D4250. Grayscale: #BCBCBC. Windows color (decimal): -4014673 or 11517378. OLE color: 11517378.

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

Color convert

RGB 194 189 175 -
CMYK 0 0.03 0.10 0.24
HSL 44.21º 0.13% 0.72% -
HSV(B) 44.21º 0.1% 0.76% -
XYZ 48.18 50.96 47.85 -
YUV 188.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 194 189 175 0 0.03 0.10 0.24 44.21 0.13 0.72
Hex C2 BD AF 0 3 A 18 2C D 48
Octal 302 275 257 0 3 12 30 54 15 110
Binary 11000010 10111101 10101111 0 11 1010 11000 101100 1101 1001000

Color Harmonies of #C2BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDAF

Black with #C2BDAF

Text Example


Text Example

White with #C2BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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