Html Css Color HEX #C5BEAA Cotton Seed

📋 copy color: '#C5BEAA'

red 197 ◦ green 190 ◦ blue 170

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

Shades of Cotton Seed #C5BEAA

Tints of Cotton Seed #C5BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.11%

 BLUE value IS 170 (66.8% from 255) = 30.52%

R = 35.37%
G = 34.11%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C5BEAA (or 0xC5BEAA) is known color: Cotton Seed. HEX triplet: C5, BE and AA. RGB value is (197,190,170). Sum of RGB (Red+Green+Blue) = 197+190+170=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAA is #3A4155. Grayscale: #BDBDBD. Windows color (decimal): -3817814 or 11189957. OLE color: 11189957.

HSL color Cylindrical-coordinate representation of color #C5BEAA: hue angle of 44.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BEAA is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 170 -
CMYK 0 0.04 0.14 0.23
HSL 44.44º 0.19% 0.72% -
HSV(B) 44.44º 0.14% 0.77% -
XYZ 48.7 51.6 45.42 -
YUV 189.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 197 190 170 0 0.04 0.14 0.23 44.44 0.19 0.72
Hex C5 BE AA 0 4 E 17 2C 13 48
Octal 305 276 252 0 4 16 27 54 23 110
Binary 11000101 10111110 10101010 0 100 1110 10111 101100 10011 1001000

Color Harmonies of #C5BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEAA

Black with #C5BEAA

Text Example


Text Example

White with #C5BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEAA; }

 p { color: rgb(197,190,170); }

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

background-color css

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

 a { background-color: rgb(197,190,170); }

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

border-color css

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

 span { border-color: rgb(197,190,170); }

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