Html Css Color HEX #C9BCAE Soft Amber

📋 copy color: '#C9BCAE'

red 201 ◦ green 188 ◦ blue 174

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

Shades of Soft Amber #C9BCAE

Tints of Soft Amber #C9BCAE

RGB

 RED value IS 201 (78.91% from 255) = 35.7%

 GREEN value IS 188 (73.83% from 255) = 33.39%

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

R = 35.7%
G = 33.39%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C9BCAE (or 0xC9BCAE) is known color: Soft Amber. HEX triplet: C9, BC and AE. RGB value is (201,188,174). Sum of RGB (Red+Green+Blue) = 201+188+174=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BCAE is #364351. Grayscale: #BEBEBE. Windows color (decimal): -3556178 or 11451593. OLE color: 11451593.

HSL color Cylindrical-coordinate representation of color #C9BCAE: hue angle of 31.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BCAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 174 -
CMYK 0 0.06 0.13 0.21
HSL 31.11º 0.2% 0.74% -
HSV(B) 31.11º 0.13% 0.79% -
XYZ 49.71 51.44 47.35 -
YUV 190.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 201 188 174 0 0.06 0.13 0.21 31.11 0.2 0.74
Hex C9 BC AE 0 6 D 15 1F 14 4A
Octal 311 274 256 0 6 15 25 37 24 112
Binary 11001001 10111100 10101110 0 110 1101 10101 11111 10100 1001010

Color Harmonies of #C9BCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCAE

Black with #C9BCAE

Text Example


Text Example

White with #C9BCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCAE; }

 p { color: rgb(201,188,174); }

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

background-color css

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

 a { background-color: rgb(201,188,174); }

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

border-color css

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

 span { border-color: rgb(201,188,174); }

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