Html Css Color HEX #CBBDA8 Soft Amber

📋 copy color: '#CBBDA8'

red 203 ◦ green 189 ◦ blue 168

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

Shades of Soft Amber #CBBDA8

Tints of Soft Amber #CBBDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30%

R = 36.25%
G = 33.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CBBDA8 (or 0xCBBDA8) is known color: Soft Amber. HEX triplet: CB, BD and A8. RGB value is (203,189,168). Sum of RGB (Red+Green+Blue) = 203+189+168=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA8 is #344257. Grayscale: #BEBEBE. Windows color (decimal): -3424856 or 11058635. OLE color: 11058635.

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

Color convert

RGB 203 189 168 -
CMYK 0 0.07 0.17 0.20
HSL 36º 0.25% 0.73% -
HSV(B) 36º 0.17% 0.8% -
XYZ 49.89 51.92 44.44 -
YUV 190.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 203 189 168 0 0.07 0.17 0.20 36 0.25 0.73
Hex CB BD A8 0 7 11 14 24 19 49
Octal 313 275 250 0 7 21 24 44 31 111
Binary 11001011 10111101 10101000 0 111 10001 10100 100100 11001 1001001

Color Harmonies of #CBBDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDA8

Black with #CBBDA8

Text Example


Text Example

White with #CBBDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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