Html Css Color HEX #C5BFAD Cotton Seed

📋 copy color: '#C5BFAD'

red 197 ◦ green 191 ◦ blue 173

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

Shades of Cotton Seed #C5BFAD

Tints of Cotton Seed #C5BFAD

RGB

 RED value IS 197 (77.34% from 255) = 35.12%

 GREEN value IS 191 (75% from 255) = 34.05%

 BLUE value IS 173 (67.97% from 255) = 30.84%

R = 35.12%
G = 34.05%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C5BFAD (or 0xC5BFAD) is known color: Cotton Seed. HEX triplet: C5, BF and AD. RGB value is (197,191,173). Sum of RGB (Red+Green+Blue) = 197+191+173=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAD is #3A4052. Grayscale: #BEBEBE. Windows color (decimal): -3817555 or 11386821. OLE color: 11386821.

HSL color Cylindrical-coordinate representation of color #C5BFAD: hue angle of 45º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BFAD is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 173 -
CMYK 0 0.03 0.12 0.23
HSL 45º 0.17% 0.73% -
HSV(B) 45º 0.12% 0.77% -
XYZ 49.2 52.15 47.01 -
YUV 190.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 197 191 173 0 0.03 0.12 0.23 45 0.17 0.73
Hex C5 BF AD 0 3 C 17 2D 11 49
Octal 305 277 255 0 3 14 27 55 21 111
Binary 11000101 10111111 10101101 0 11 1100 10111 101101 10001 1001001

Color Harmonies of #C5BFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFAD

Black with #C5BFAD

Text Example


Text Example

White with #C5BFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFAD; }

 p { color: rgb(197,191,173); }

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

background-color css

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

 a { background-color: rgb(197,191,173); }

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

border-color css

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

 span { border-color: rgb(197,191,173); }

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