#CBBFA7

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

Shades of Soft Amber #CBBFA7

Tints of Soft Amber #CBBFA7

Color information

#CBBFA7 (or 0xCBBFA7) is unknown color: approx Soft Amber. HEX triplet: CB, BF and A7. RGB value is (203,191,167). Sum of RGB (Red+Green+Blue) = 203+191+167=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFA7 is #344058. Grayscale: #BFBFBF. Windows color (decimal): -3424345 or 10993611. OLE color: 10993611.

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

Color convert

RGB203191167-
CMYK00.060.180.20
HSL40º25.71%72.55%-
HSV(B)40º17.73%79.61%-
XYZ50.2352.7544.09-
YUV191.85113.98135.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 167 (65.62% from 255) = 29.77%
R=36.19%
G=34.05%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319116700.060.180.204025.7172.55
HexCBBFA7061214281a49
Octal3132772470622245032111
Binary11001011101111111010011101101001010100101000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFA7; }

 p { color: rgb(203,191,167); }

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

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

 a { background-color: rgb(203,191,167); }

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

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

 span { border-color: rgb(203,191,167); }

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