Html Css Color HEX #C5BFAE Cotton Seed

📋 copy color: '#C5BFAE'

red 197 ◦ green 191 ◦ blue 174

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

Shades of Cotton Seed #C5BFAE

Tints of Cotton Seed #C5BFAE

RGB

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

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

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

R = 35.05%
G = 33.99%
B = 30.96%

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

#C5BFAE (or 0xC5BFAE) is known color: Cotton Seed. HEX triplet: C5, BF and AE. RGB value is (197,191,174). Sum of RGB (Red+Green+Blue) = 197+191+174=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAE is #3A4051. Grayscale: #BEBEBE. Windows color (decimal): -3817554 or 11452357. OLE color: 11452357.

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

Color convert

RGB 197 191 174 -
CMYK 0 0.03 0.12 0.23
HSL 44.35º 0.17% 0.73% -
HSV(B) 44.35º 0.12% 0.77% -
XYZ 49.3 52.19 47.52 -
YUV 190.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 197 191 174 0 0.03 0.12 0.23 44.35 0.17 0.73
Hex C5 BF AE 0 3 C 17 2C 11 49
Octal 305 277 256 0 3 14 27 54 21 111
Binary 11000101 10111111 10101110 0 11 1100 10111 101100 10001 1001001

Color Harmonies of #C5BFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFAE

Black with #C5BFAE

Text Example


Text Example

White with #C5BFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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