Html Css Color HEX #CBC0A9 Soft Amber

📋 copy color: '#CBC0A9'

red 203 ◦ green 192 ◦ blue 169

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

Shades of Soft Amber #CBC0A9

Tints of Soft Amber #CBC0A9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 169 (66.41% from 255) = 29.96%

R = 35.99%
G = 34.04%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CBC0A9 (or 0xCBC0A9) is known color: Soft Amber. HEX triplet: CB, C0 and A9. RGB value is (203,192,169). Sum of RGB (Red+Green+Blue) = 203+192+169=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC0A9 is #343F56. Grayscale: #C0C0C0. Windows color (decimal): -3424087 or 11124939. OLE color: 11124939.

HSL color Cylindrical-coordinate representation of color #CBC0A9: hue angle of 40.59º 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 #CBC0A9 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 169 -
CMYK 0 0.05 0.17 0.20
HSL 40.59º 0.25% 0.73% -
HSV(B) 40.59º 0.17% 0.8% -
XYZ 50.64 53.26 45.15 -
YUV 192.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 203 192 169 0 0.05 0.17 0.20 40.59 0.25 0.73
Hex CB C0 A9 0 5 11 14 29 19 49
Octal 313 300 251 0 5 21 24 51 31 111
Binary 11001011 11000000 10101001 0 101 10001 10100 101001 11001 1001001

Color Harmonies of #CBC0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0A9

Black with #CBC0A9

Text Example


Text Example

White with #CBC0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0A9; }

 p { color: rgb(203,192,169); }

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

background-color css

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

 a { background-color: rgb(203,192,169); }

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

border-color css

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

 span { border-color: rgb(203,192,169); }

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