Html Css Color HEX #C4BEAE Cotton Seed

📋 copy color: '#C4BEAE'

red 196 ◦ green 190 ◦ blue 174

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

Shades of Cotton Seed #C4BEAE

Tints of Cotton Seed #C4BEAE

RGB

 RED value IS 196 (76.95% from 255) = 35%

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

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

R = 35%
G = 33.93%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4BEAE (or 0xC4BEAE) is known color: Cotton Seed. HEX triplet: C4, BE and AE. RGB value is (196,190,174). Sum of RGB (Red+Green+Blue) = 196+190+174=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEAE is #3B4151. Grayscale: #BEBEBE. Windows color (decimal): -3883346 or 11452100. OLE color: 11452100.

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

Color convert

RGB 196 190 174 -
CMYK 0 0.03 0.11 0.23
HSL 43.64º 0.16% 0.73% -
HSV(B) 43.64º 0.11% 0.77% -
XYZ 48.82 51.62 47.43 -
YUV 189.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 196 190 174 0 0.03 0.11 0.23 43.64 0.16 0.73
Hex C4 BE AE 0 3 B 17 2C 10 49
Octal 304 276 256 0 3 13 27 54 20 111
Binary 11000100 10111110 10101110 0 11 1011 10111 101100 10000 1001001

Color Harmonies of #C4BEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEAE

Black with #C4BEAE

Text Example


Text Example

White with #C4BEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEAE; }

 p { color: rgb(196,190,174); }

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

background-color css

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

 a { background-color: rgb(196,190,174); }

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

border-color css

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

 span { border-color: rgb(196,190,174); }

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