Html Css Color HEX #C8BDA9 Soft Amber

📋 copy color: '#C8BDA9'

red 200 ◦ green 189 ◦ blue 169

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

Shades of Soft Amber #C8BDA9

Tints of Soft Amber #C8BDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 35.84%
G = 33.87%
B = 30.29%

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

#C8BDA9 (or 0xC8BDA9) is known color: Soft Amber. HEX triplet: C8, BD and A9. RGB value is (200,189,169). Sum of RGB (Red+Green+Blue) = 200+189+169=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDA9 is #374256. Grayscale: #BEBEBE. Windows color (decimal): -3621463 or 11124168. OLE color: 11124168.

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

Color convert

RGB 200 189 169 -
CMYK 0 0.06 0.16 0.22
HSL 38.71º 0.22% 0.72% -
HSV(B) 38.71º 0.16% 0.78% -
XYZ 49.18 51.54 44.89 -
YUV 190.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 200 189 169 0 0.06 0.16 0.22 38.71 0.22 0.72
Hex C8 BD A9 0 6 10 16 27 16 48
Octal 310 275 251 0 6 20 26 47 26 110
Binary 11001000 10111101 10101001 0 110 10000 10110 100111 10110 1001000

Color Harmonies of #C8BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDA9

Black with #C8BDA9

Text Example


Text Example

White with #C8BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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