#CBBEA5

Color #CBBEA5 Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #CBBEA5

Tints of Soft Amber #CBBEA5

Color information

#CBBEA5 (or 0xCBBEA5) is unknown color: approx Soft Amber. HEX triplet: CB, BE and A5. RGB value is (203,190,165). Sum of RGB (Red+Green+Blue) = 203+190+165=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEA5 is #34415A. Grayscale: #BFBFBF. Windows color (decimal): -3424603 or 10862283. OLE color: 10862283.

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

Color convert

RGB203190165-
CMYK00.060.190.20
HSL39.47º26.76%72.16%-
HSV(B)39.47º18.72%79.61%-
XYZ49.8352.2443.05-
YUV191.04113.31136.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 165 (64.84% from 255) = 29.57%
R=36.38%
G=34.05%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319016500.060.190.2039.4726.7672.16
HexCBBEA5061314271b48
Octal3132762450623244733110
Binary11001011101111101010010101101001110100100111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEA5; }

 p { color: rgb(203,190,165); }

 H1.HeaderClassName
 {
   color: #CBBEA5;
 }
 .AnyTagClassName
 {
   color: #CBBEA5;
 }
</style>
background-color css

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

 a { background-color: rgb(203,190,165); }

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

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

 span { border-color: rgb(203,190,165); }

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