Html Css Color HEX #C6BEAA Cotton Seed

📋 copy color: '#C6BEAA'

red 198 ◦ green 190 ◦ blue 170

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

Shades of Cotton Seed #C6BEAA

Tints of Cotton Seed #C6BEAA

RGB

 RED value IS 198 (77.73% from 255) = 35.48%

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

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

R = 35.48%
G = 34.05%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6BEAA (or 0xC6BEAA) is known color: Cotton Seed. HEX triplet: C6, BE and AA. RGB value is (198,190,170). Sum of RGB (Red+Green+Blue) = 198+190+170=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEAA is #394155. Grayscale: #BEBEBE. Windows color (decimal): -3752278 or 11189958. OLE color: 11189958.

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

Color convert

RGB 198 190 170 -
CMYK 0 0.04 0.14 0.22
HSL 42.86º 0.2% 0.72% -
HSV(B) 42.86º 0.14% 0.78% -
XYZ 48.96 51.73 45.44 -
YUV 190.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 198 190 170 0 0.04 0.14 0.22 42.86 0.2 0.72
Hex C6 BE AA 0 4 E 16 2B 14 48
Octal 306 276 252 0 4 16 26 53 24 110
Binary 11000110 10111110 10101010 0 100 1110 10110 101011 10100 1001000

Color Harmonies of #C6BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEAA

Black with #C6BEAA

Text Example


Text Example

White with #C6BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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