Html Css Color HEX #CBBDA6 Soft Amber

📋 copy color: '#CBBDA6'

red 203 ◦ green 189 ◦ blue 166

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

Shades of Soft Amber #CBBDA6

Tints of Soft Amber #CBBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.75%

R = 36.38%
G = 33.87%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CBBDA6 (or 0xCBBDA6) is known color: Soft Amber. HEX triplet: CB, BD and A6. RGB value is (203,189,166). Sum of RGB (Red+Green+Blue) = 203+189+166=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA6 is #344259. Grayscale: #BEBEBE. Windows color (decimal): -3424858 or 10927563. OLE color: 10927563.

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

Color convert

RGB 203 189 166 -
CMYK 0 0.07 0.18 0.20
HSL 37.3º 0.26% 0.72% -
HSV(B) 37.3º 0.18% 0.8% -
XYZ 49.71 51.84 43.46 -
YUV 190.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 203 189 166 0 0.07 0.18 0.20 37.3 0.26 0.72
Hex CB BD A6 0 7 12 14 25 1A 48
Octal 313 275 246 0 7 22 24 45 32 110
Binary 11001011 10111101 10100110 0 111 10010 10100 100101 11010 1001000

Color Harmonies of #CBBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDA6

Black with #CBBDA6

Text Example


Text Example

White with #CBBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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