Html Css Color HEX #C8BBA5 Soft Amber

📋 copy color: '#C8BBA5'

red 200 ◦ green 187 ◦ blue 165

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

Shades of Soft Amber #C8BBA5

Tints of Soft Amber #C8BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.88%

 BLUE value IS 165 (64.84% from 255) = 29.89%

R = 36.23%
G = 33.88%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8BBA5 (or 0xC8BBA5) is known color: Soft Amber. HEX triplet: C8, BB and A5. RGB value is (200,187,165). Sum of RGB (Red+Green+Blue) = 200+187+165=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBA5 is #37445A. Grayscale: #BCBCBC. Windows color (decimal): -3621979 or 10861512. OLE color: 10861512.

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

Color convert

RGB 200 187 165 -
CMYK 0 0.06 0.18 0.22
HSL 37.71º 0.24% 0.72% -
HSV(B) 37.71º 0.18% 0.78% -
XYZ 48.38 50.54 42.8 -
YUV 188.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 200 187 165 0 0.06 0.18 0.22 37.71 0.24 0.72
Hex C8 BB A5 0 6 12 16 26 18 48
Octal 310 273 245 0 6 22 26 46 30 110
Binary 11001000 10111011 10100101 0 110 10010 10110 100110 11000 1001000

Color Harmonies of #C8BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBA5

Black with #C8BBA5

Text Example


Text Example

White with #C8BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBA5; }

 p { color: rgb(200,187,165); }

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

background-color css

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

 a { background-color: rgb(200,187,165); }

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

border-color css

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

 span { border-color: rgb(200,187,165); }

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