Html Css Color HEX #C8BCAB Soft Amber

📋 copy color: '#C8BCAB'

red 200 ◦ green 188 ◦ blue 171

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

Shades of Soft Amber #C8BCAB

Tints of Soft Amber #C8BCAB

RGB

 RED value IS 200 (78.52% from 255) = 35.78%

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

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

R = 35.78%
G = 33.63%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8BCAB (or 0xC8BCAB) is known color: Soft Amber. HEX triplet: C8, BC and AB. RGB value is (200,188,171). Sum of RGB (Red+Green+Blue) = 200+188+171=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAB is #374354. Grayscale: #BDBDBD. Windows color (decimal): -3621717 or 11254984. OLE color: 11254984.

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

Color convert

RGB 200 188 171 -
CMYK 0 0.06 0.14 0.22
HSL 35.17º 0.21% 0.73% -
HSV(B) 35.17º 0.15% 0.78% -
XYZ 49.15 51.19 45.82 -
YUV 189.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 200 188 171 0 0.06 0.14 0.22 35.17 0.21 0.73
Hex C8 BC AB 0 6 E 16 23 15 49
Octal 310 274 253 0 6 16 26 43 25 111
Binary 11001000 10111100 10101011 0 110 1110 10110 100011 10101 1001001

Color Harmonies of #C8BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCAB

Black with #C8BCAB

Text Example


Text Example

White with #C8BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCAB; }

 p { color: rgb(200,188,171); }

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

background-color css

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

 a { background-color: rgb(200,188,171); }

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

border-color css

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

 span { border-color: rgb(200,188,171); }

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