Html Css Color HEX #C8BDA8 Soft Amber

📋 copy color: '#C8BDA8'

red 200 ◦ green 189 ◦ blue 168

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

Shades of Soft Amber #C8BDA8

Tints of Soft Amber #C8BDA8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 35.91%
G = 33.93%
B = 30.16%

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

#C8BDA8 (or 0xC8BDA8) is known color: Soft Amber. HEX triplet: C8, BD and A8. RGB value is (200,189,168). Sum of RGB (Red+Green+Blue) = 200+189+168=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA8 is #374257. Grayscale: #BDBDBD. Windows color (decimal): -3621464 or 11058632. OLE color: 11058632.

HSL color Cylindrical-coordinate representation of color #C8BDA8: hue angle of 39.38º 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 #C8BDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 168 -
CMYK 0 0.06 0.16 0.22
HSL 39.38º 0.23% 0.72% -
HSV(B) 39.38º 0.16% 0.78% -
XYZ 49.08 51.5 44.4 -
YUV 189.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 200 189 168 0 0.06 0.16 0.22 39.38 0.23 0.72
Hex C8 BD A8 0 6 10 16 27 17 48
Octal 310 275 250 0 6 20 26 47 27 110
Binary 11001000 10111101 10101000 0 110 10000 10110 100111 10111 1001000

Color Harmonies of #C8BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDA8

Black with #C8BDA8

Text Example


Text Example

White with #C8BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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