Html Css Color HEX #CBBDAB Soft Amber

📋 copy color: '#CBBDAB'

red 203 ◦ green 189 ◦ blue 171

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

Shades of Soft Amber #CBBDAB

Tints of Soft Amber #CBBDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 36.06%
G = 33.57%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CBBDAB (or 0xCBBDAB) is known color: Soft Amber. HEX triplet: CB, BD and AB. RGB value is (203,189,171). Sum of RGB (Red+Green+Blue) = 203+189+171=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDAB is #344254. Grayscale: #BFBFBF. Windows color (decimal): -3424853 or 11255243. OLE color: 11255243.

HSL color Cylindrical-coordinate representation of color #CBBDAB: hue angle of 33.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBDAB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 189 171 -
CMYK 0 0.07 0.16 0.20
HSL 33.75º 0.24% 0.73% -
HSV(B) 33.75º 0.16% 0.8% -
XYZ 50.18 52.03 45.93 -
YUV 191.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 203 189 171 0 0.07 0.16 0.20 33.75 0.24 0.73
Hex CB BD AB 0 7 10 14 22 18 49
Octal 313 275 253 0 7 20 24 42 30 111
Binary 11001011 10111101 10101011 0 111 10000 10100 100010 11000 1001001

Color Harmonies of #CBBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDAB

Black with #CBBDAB

Text Example


Text Example

White with #CBBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDAB; }

 p { color: rgb(203,189,171); }

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

background-color css

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

 a { background-color: rgb(203,189,171); }

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

border-color css

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

 span { border-color: rgb(203,189,171); }

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