Html Css Color HEX #C8BCA8 Soft Amber

📋 copy color: '#C8BCA8'

red 200 ◦ green 188 ◦ blue 168

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

Shades of Soft Amber #C8BCA8

Tints of Soft Amber #C8BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.22%

R = 35.97%
G = 33.81%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C8BCA8 (or 0xC8BCA8) is known color: Soft Amber. HEX triplet: C8, BC and A8. RGB value is (200,188,168). Sum of RGB (Red+Green+Blue) = 200+188+168=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCA8 is #374357. Grayscale: #BDBDBD. Windows color (decimal): -3621720 or 11058376. OLE color: 11058376.

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

Color convert

RGB 200 188 168 -
CMYK 0 0.06 0.16 0.22
HSL 37.5º 0.23% 0.72% -
HSV(B) 37.5º 0.16% 0.78% -
XYZ 48.87 51.07 44.33 -
YUV 189.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 200 188 168 0 0.06 0.16 0.22 37.5 0.23 0.72
Hex C8 BC A8 0 6 10 16 26 17 48
Octal 310 274 250 0 6 20 26 46 27 110
Binary 11001000 10111100 10101000 0 110 10000 10110 100110 10111 1001000

Color Harmonies of #C8BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCA8

Black with #C8BCA8

Text Example


Text Example

White with #C8BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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