Html Css Color HEX #C7BBA7 Soft Amber

📋 copy color: '#C7BBA7'

red 199 ◦ green 187 ◦ blue 167

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

Shades of Soft Amber #C7BBA7

Tints of Soft Amber #C7BBA7

RGB

 RED value IS 199 (78.13% from 255) = 35.99%

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

 BLUE value IS 167 (65.63% from 255) = 30.2%

R = 35.99%
G = 33.82%
B = 30.2%

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

#C7BBA7 (or 0xC7BBA7) is known color: Soft Amber. HEX triplet: C7, BB and A7. RGB value is (199,187,167). Sum of RGB (Red+Green+Blue) = 199+187+167=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBA7 is #384458. Grayscale: #BCBCBC. Windows color (decimal): -3687513 or 10992583. OLE color: 10992583.

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

Color convert

RGB 199 187 167 -
CMYK 0 0.06 0.16 0.22
HSL 37.5º 0.22% 0.72% -
HSV(B) 37.5º 0.16% 0.78% -
XYZ 48.3 50.47 43.76 -
YUV 188.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 199 187 167 0 0.06 0.16 0.22 37.5 0.22 0.72
Hex C7 BB A7 0 6 10 16 26 16 48
Octal 307 273 247 0 6 20 26 46 26 110
Binary 11000111 10111011 10100111 0 110 10000 10110 100110 10110 1001000

Color Harmonies of #C7BBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBA7

Black with #C7BBA7

Text Example


Text Example

White with #C7BBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBA7; }

 p { color: rgb(199,187,167); }

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

background-color css

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

 a { background-color: rgb(199,187,167); }

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

border-color css

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

 span { border-color: rgb(199,187,167); }

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