Html Css Color HEX #CBBBA0 Soft Amber

📋 copy color: '#CBBBA0'

red 203 ◦ green 187 ◦ blue 160

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

Shades of Soft Amber #CBBBA0

Tints of Soft Amber #CBBBA0

RGB

 RED value IS 203 (79.69% from 255) = 36.91%

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

 BLUE value IS 160 (62.89% from 255) = 29.09%

R = 36.91%
G = 34%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CBBBA0 (or 0xCBBBA0) is known color: Soft Amber. HEX triplet: CB, BB and A0. RGB value is (203,187,160). Sum of RGB (Red+Green+Blue) = 203+187+160=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBBA0 is #34445F. Grayscale: #BCBCBC. Windows color (decimal): -3425376 or 10533835. OLE color: 10533835.

HSL color Cylindrical-coordinate representation of color #CBBBA0: hue angle of 37.67º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBBA0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 187 160 -
CMYK 0 0.08 0.21 0.20
HSL 37.67º 0.29% 0.71% -
HSV(B) 37.67º 0.21% 0.8% -
XYZ 48.74 50.78 40.49 -
YUV 188.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 203 187 160 0 0.08 0.21 0.20 37.67 0.29 0.71
Hex CB BB A0 0 8 15 14 26 1D 47
Octal 313 273 240 0 10 25 24 46 35 107
Binary 11001011 10111011 10100000 0 1000 10101 10100 100110 11101 1000111

Color Harmonies of #CBBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBA0

Black with #CBBBA0

Text Example


Text Example

White with #CBBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBA0; }

 p { color: rgb(203,187,160); }

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

background-color css

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

 a { background-color: rgb(203,187,160); }

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

border-color css

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

 span { border-color: rgb(203,187,160); }

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