Html Css Color HEX #CBBDA3 Soft Amber

📋 copy color: '#CBBDA3'

red 203 ◦ green 189 ◦ blue 163

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

Shades of Soft Amber #CBBDA3

Tints of Soft Amber #CBBDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.37%

R = 36.58%
G = 34.05%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CBBDA3 (or 0xCBBDA3) is known color: Soft Amber. HEX triplet: CB, BD and A3. RGB value is (203,189,163). Sum of RGB (Red+Green+Blue) = 203+189+163=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA3 is #34425C. Grayscale: #BEBEBE. Windows color (decimal): -3424861 or 10730955. OLE color: 10730955.

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

Color convert

RGB 203 189 163 -
CMYK 0 0.07 0.20 0.20
HSL 39º 0.28% 0.72% -
HSV(B) 39º 0.2% 0.8% -
XYZ 49.44 51.74 42.03 -
YUV 190.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 203 189 163 0 0.07 0.20 0.20 39 0.28 0.72
Hex CB BD A3 0 7 14 14 27 1C 48
Octal 313 275 243 0 7 24 24 47 34 110
Binary 11001011 10111101 10100011 0 111 10100 10100 100111 11100 1001000

Color Harmonies of #CBBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDA3

Black with #CBBDA3

Text Example


Text Example

White with #CBBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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