Html Css Color HEX #C5BEAB Cotton Seed

📋 copy color: '#C5BEAB'

red 197 ◦ green 190 ◦ blue 171

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

Shades of Cotton Seed #C5BEAB

Tints of Cotton Seed #C5BEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 35.3%
G = 34.05%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C5BEAB (or 0xC5BEAB) is known color: Cotton Seed. HEX triplet: C5, BE and AB. RGB value is (197,190,171). Sum of RGB (Red+Green+Blue) = 197+190+171=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEAB is #3A4154. Grayscale: #BEBEBE. Windows color (decimal): -3817813 or 11255493. OLE color: 11255493.

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

Color convert

RGB 197 190 171 -
CMYK 0 0.04 0.13 0.23
HSL 43.85º 0.18% 0.72% -
HSV(B) 43.85º 0.13% 0.77% -
XYZ 48.79 51.64 45.92 -
YUV 189.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 197 190 171 0 0.04 0.13 0.23 43.85 0.18 0.72
Hex C5 BE AB 0 4 D 17 2C 12 48
Octal 305 276 253 0 4 15 27 54 22 110
Binary 11000101 10111110 10101011 0 100 1101 10111 101100 10010 1001000

Color Harmonies of #C5BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEAB

Black with #C5BEAB

Text Example


Text Example

White with #C5BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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